Skip to content

Commit 3b4f233

Browse files
committed
Ship 1.4.0
1 parent 7d8806e commit 3b4f233

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
### master
1+
### 1.4.0 (2016-04-10)
22

3-
- Fix Carthage support for Mac (set deployment target to 10.9)
43
- Add a variant of `every` and `new(every:)` that takes a closure with `NSTimer` passed in
4+
- Fix Carthage support for Mac (set deployment target to 10.9)
55

66
### 1.3.1 (2016-03-02)
77

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.1'
3+
s.version = '1.4.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)