From 29ac3aae08462be22815a3e2058fce3ee5c4b9f8 Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Fri, 22 May 2015 00:50:37 +1200 Subject: [PATCH] Updated version number --- docs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs.md b/docs.md index fe76b6e..fa5c867 100644 --- a/docs.md +++ b/docs.md @@ -31,7 +31,7 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' use_frameworks! -pod 'SnapKit', '~> 0.10.0' +pod 'SnapKit', '~> 0.11.0' ``` Then, run the following command: @@ -54,7 +54,7 @@ $ brew install carthage To integrate SnapKit into your Xcode project using Carthage, specify it in your `Cartfile`: ``` -github "SnapKit/SnapKit" >= 0.10.0 +github "SnapKit/SnapKit" >= 0.11.0 ``` ### Embedded Framework @@ -314,4 +314,4 @@ func changeButtonPosition() { ## TODO * Example Projects -* Better Debugging Support \ No newline at end of file +* Better Debugging Support