Skip to content

Commit 1ff1f3c

Browse files
committed
Bump to 1.3.1
1 parent ae29f6e commit 1ff1f3c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
### master
1+
### 1.3.1 (2016-03-02)
22

3-
- Refactoring (Removed NSTimerActor. Used CFRunLoopTimerCreateWithHandler instead.) #22 @Austinate
43
- Added support for Swift Package Manager
4+
- Refactoring (Removed NSTimerActor. Used CFRunLoopTimerCreateWithHandler instead.) #22 @Austinate
5+
- Added Travis CI
56

67
### 1.3.0 (2016-02-29)
78

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.3.0'
3+
s.version = '1.3.1'
44
s.license = 'MIT'
55
s.summary = 'Swifty API for NSTimer'
66
s.homepage = 'https://github.com/radex/SwiftyTimer'

0 commit comments

Comments
 (0)