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 7d8806e commit 3b4f233Copy full SHA for 3b4f233
CHANGELOG.md
@@ -1,7 +1,7 @@
1
-### master
+### 1.4.0 (2016-04-10)
2
3
-- Fix Carthage support for Mac (set deployment target to 10.9)
4
- Add a variant of `every` and `new(every:)` that takes a closure with `NSTimer` passed in
+- Fix Carthage support for Mac (set deployment target to 10.9)
5
6
### 1.3.1 (2016-03-02)
7
SwiftyTimer.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftyTimer'
- s.version = '1.3.1'
+ s.version = '1.4.0'
s.license = 'MIT'
s.summary = 'Swifty API for NSTimer'
s.homepage = 'https://github.com/radex/SwiftyTimer'
0 commit comments