Skip to content

Commit 3e50c53

Browse files
committed
Bump to 2.0.0 / Update Changelog
1 parent 4e41474 commit 3e50c53

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
### swift3
1+
### 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.
26

37
- Updated for Swift 3 and Xcode 8 compatibility #28 @ldiqual
48

SwiftyTimer.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftyTimer'
3-
s.version = '1.4.0'
3+
s.version = '2.0.0'
44
s.license = 'MIT'
55
s.summary = 'Swifty API for NSTimer'
66
s.homepage = 'https://github.com/radex/SwiftyTimer'

0 commit comments

Comments
 (0)