We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae29f6e commit 1ff1f3cCopy full SHA for 1ff1f3c
CHANGELOG.md
@@ -1,7 +1,8 @@
1
-### master
+### 1.3.1 (2016-03-02)
2
3
-- Refactoring (Removed NSTimerActor. Used CFRunLoopTimerCreateWithHandler instead.) #22 @Austinate
4
- Added support for Swift Package Manager
+- Refactoring (Removed NSTimerActor. Used CFRunLoopTimerCreateWithHandler instead.) #22 @Austinate
5
+- Added Travis CI
6
7
### 1.3.0 (2016-02-29)
8
SwiftyTimer.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftyTimer'
- s.version = '1.3.0'
+ s.version = '1.3.1'
s.license = 'MIT'
s.summary = 'Swifty API for NSTimer'
s.homepage = 'https://github.com/radex/SwiftyTimer'
0 commit comments