Skip to content

Commit d6e8552

Browse files
committed
Bump to 0.8.0
1 parent 4317958 commit d6e8552

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Change Log
33

44
## [master]
55

6+
## [0.8.0]
7+
68
- Added Swift 4 support.
79

810
## [0.7.0]
@@ -49,6 +51,7 @@ Change Log
4951
- Initial release
5052

5153
[master]: https://github.com/TakeScoop/SwiftyButton/tree/master
54+
[0.8.0]: https://github.com/TakeScoop/scoop-ios/releases/tag/0.8.0
5255
[0.7.0]: https://github.com/TakeScoop/scoop-ios/releases/tag/0.7.0
5356
[0.6.0]: https://github.com/TakeScoop/scoop-ios/compare/0.5.0...0.6.0
5457
[0.5.0]: https://github.com/TakeScoop/scoop-ios/compare/0.4.0...0.5.0

SwiftyButton.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "SwiftyButton"
4-
s.version = "0.7.0"
4+
s.version = "0.8.0"
55
s.summary = "Simple and customizable button in Swift"
66

77
s.description = <<-DESC

SwiftyButton/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.7.0</string>
18+
<string>0.8.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)