diff --git a/RATreeView.podspec.json b/RATreeView.podspec.json index f98ecaf..56c7060 100644 --- a/RATreeView.podspec.json +++ b/RATreeView.podspec.json @@ -1,6 +1,6 @@ { "name": "RATreeView", - "version": "2.1.0", + "version": "2.1.1", "summary": "RATreeView provide you a great support to display the tree structures on iOS.", "homepage": "https://github.com/Augustyniak/RATreeView", "screenshots": "https://raw.github.com/Augustyniak/RATreeView/master/Screens/animation.gif", @@ -13,7 +13,7 @@ }, "source": { "git": "https://github.com/Augustyniak/RATreeView.git", - "tag": "v2.1.0" + "tag": "v2.1.1" }, "platforms": { "ios": "7.0", diff --git a/README.md b/README.md index 5f97634..d196d4a 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Installation 1. Add additional entry to your Podfile. ```ruby - pod "RATreeView", "~> 2.1.0" + pod "RATreeView", "~> 2.1.1" ``` 2. Install Pod(s) running `pod install` command. @@ -61,7 +61,7 @@ Usage ----------------- -Check out the demo for example usage of library. Make sure you read the [RATreeView documentation on Cocoa Docs](http://cocoadocs.org/docsets/RATreeView/2.1.0). +Check out the demo for example usage of library. Make sure you read the [RATreeView documentation on Cocoa Docs](http://cocoadocs.org/docsets/RATreeView/2.1.1). ### Basics @@ -128,7 +128,7 @@ UIRefreshControl *refreshControl = [UIRefreshControl new]; Documentation ----------------- -Documentation is available on [CocoaPods](http://cocoadocs.org/docsets/RATreeView/2.1.0). +Documentation is available on [CocoaPods](http://cocoadocs.org/docsets/RATreeView/2.1.1). TODO -----------------