Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zacwest committed Apr 2, 2021
1 parent 5562d1c commit 5793259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ func tappableLabel(
ZSWTappableLabel is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile:

```ruby
pod "ZSWTappableLabel", "~> 3.2"
pod "ZSWTappableLabel", "~> 3.3"
```

## License
Expand Down
2 changes: 1 addition & 1 deletion ZSWTappableLabel.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ZSWTappableLabel"
s.version = "3.2"
s.version = "3.3"
s.summary = "UILabel subclass for links which are tappable, long-pressable, 3D Touchable, and VoiceOverable."
s.description = "NSAttributedStrings displayed in ZSWTappableLabel can be tapped, long-pressed, 3D Touched, "\
"or interacted with using VoiceOver in substrings you specify using string attributes. "\
Expand Down

0 comments on commit 5793259

Please sign in to comment.