File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ Change Log
3
3
4
4
## [ master]
5
5
6
+ ## [ 0.8.0]
7
+
6
8
- Added Swift 4 support.
7
9
8
10
## [ 0.7.0]
@@ -49,6 +51,7 @@ Change Log
49
51
- Initial release
50
52
51
53
[ master ] : https://github.com/TakeScoop/SwiftyButton/tree/master
54
+ [ 0.8.0 ] : https://github.com/TakeScoop/scoop-ios/releases/tag/0.8.0
52
55
[ 0.7.0 ] : https://github.com/TakeScoop/scoop-ios/releases/tag/0.7.0
53
56
[ 0.6.0 ] : https://github.com/TakeScoop/scoop-ios/compare/0.5.0...0.6.0
54
57
[ 0.5.0 ] : https://github.com/TakeScoop/scoop-ios/compare/0.4.0...0.5.0
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "SwiftyButton"
4
- s . version = "0.7 .0"
4
+ s . version = "0.8 .0"
5
5
s . summary = "Simple and customizable button in Swift"
6
6
7
7
s . description = <<-DESC
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.7 .0 </string >
18
+ <string >0.8 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments