Skip to content

Commit

Permalink
Bump to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ldiqual committed Jan 17, 2018
1 parent 4317958 commit d6e8552
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.0]

- Added Swift 4 support.

## [0.7.0]
Expand Down Expand Up @@ -49,6 +51,7 @@ Change Log
- Initial release

[master]: https://github.com/TakeScoop/SwiftyButton/tree/master
[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
[0.6.0]: https://github.com/TakeScoop/scoop-ios/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/TakeScoop/scoop-ios/compare/0.4.0...0.5.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.7.0"
s.version = "0.8.0"
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.7.0</string>
<string>0.8.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit d6e8552

Please sign in to comment.