From 827347463b46652a89f5b0374ca54138f356dff4 Mon Sep 17 00:00:00 2001 From: Blake Watters Date: Fri, 27 Dec 2013 13:12:30 -0500 Subject: [PATCH] Fix outdated version reference in README.md closes #12 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc8c510..12a1a24 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ $ touch Podfile $ edit Podfile platform :ios, '5.0' # Or platform :osx, '10.7' -pod 'TransitionKit', '~> 1.0.0' +pod 'TransitionKit', '~> 2.0.0' ``` Install into your project: