Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst committed Mar 22, 2016
1 parent 9cccda1 commit d57fcca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ The handler will be called after the destination ViewController has been instant
Releases
--------

- 2.1.0 - 2016-03-22 - Swift 2.2 support
- **2.0.0** - 2016-02-10 - R.swift improvments
- 1.3.0 - 2016-01-23 - Add `SegueManagerViewController` as `UIViewController` subclass
- 1.2.0 - 2016-01-15 - Add R.swift support
Expand Down
2 changes: 1 addition & 1 deletion SegueManager.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SegueManager"
s.version = "2.0.0"
s.version = "2.1.0"
s.license = "MIT"

s.summary = "Perform storyboard segues with closures, in Swift"
Expand Down

0 comments on commit d57fcca

Please sign in to comment.