Skip to content

Commit

Permalink
Bump to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drastawi committed Jul 20, 2018
1 parent 7b17ac7 commit 39401b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Change Log

## [master]

## [0.8.2]

- Improves the performace of `FlatButton` when setting its properties multiple times.

## [0.8.1]
Expand Down Expand Up @@ -59,6 +61,7 @@ Change Log
- Initial release

[master]: https://github.com/TakeScoop/SwiftyButton/tree/master
[0.8.2]: https://github.com/TakeScoop/scoop-ios/releases/tag/0.8.2
[0.8.1]: https://github.com/TakeScoop/scoop-ios/releases/tag/0.8.1
[0.8.0]: https://github.com/TakeScoop/scoop-ios/releases/tag/0.8.0
[0.7.0]: https://github.com/TakeScoop/scoop-ios/releases/tag/0.7.0
Expand Down
2 changes: 1 addition & 1 deletion SwiftyButton.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SwiftyButton"
s.version = "0.8.1"
s.version = "0.8.2"
s.summary = "Simple and customizable button in Swift"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion SwiftyButton/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.8.1</string>
<string>0.8.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 39401b8

Please sign in to comment.