Skip to content

Commit

Permalink
Bump version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Augustyniak committed Dec 2, 2016
1 parent e20f5fa commit f5370e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions RATreeView.podspec.json
@@ -1,6 +1,6 @@
{
"name": "RATreeView",
"version": "2.1.1",
"version": "2.1.2",
"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",
Expand All @@ -13,7 +13,7 @@
},
"source": {
"git": "https://github.com/Augustyniak/RATreeView.git",
"tag": "v2.1.1"
"tag": "v2.1.2"
},
"platforms": {
"ios": "7.0",
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -37,7 +37,7 @@ Installation
1. Add additional entry to your Podfile.

```ruby
pod "RATreeView", "~> 2.1.1"
pod "RATreeView", "~> 2.1.2"
```

2. Install Pod(s) running `pod install` command.
Expand All @@ -62,7 +62,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.1).
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.2).


### Basics
Expand Down Expand Up @@ -129,7 +129,7 @@ UIRefreshControl *refreshControl = [UIRefreshControl new];
Documentation
-----------------
Documentation is available on [CocoaPods](http://cocoadocs.org/docsets/RATreeView/2.1.1).
Documentation is available on [CocoaPods](http://cocoadocs.org/docsets/RATreeView/2.1.2).
TODO
-----------------
Expand Down

0 comments on commit f5370e2

Please sign in to comment.