We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e41474 commit 3e50c53Copy full SHA for 3e50c53
CHANGELOG.md
@@ -1,4 +1,8 @@
1
-### swift3
+### 2.0.0 (2016-09-23)
2
+
3
+This is the Swift 3 update version.
4
5
+It contains no major changes in the library itself, however it does change some APIs because of Swift 3 requirements.
6
7
- Updated for Swift 3 and Xcode 8 compatibility #28 @ldiqual
8
SwiftyTimer.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftyTimer'
- s.version = '1.4.0'
+ s.version = '2.0.0'
s.license = 'MIT'
s.summary = 'Swifty API for NSTimer'
s.homepage = 'https://github.com/radex/SwiftyTimer'
0 commit comments