Skip to content

Commit

Permalink
Version v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Augustyniak committed Dec 1, 2016
1 parent 45027e0 commit 324b5e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions FileExplorer.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "FileExplorer",
"version": "1.0.1",
"version": "1.0.2",
"summary": "FileExplorer is a powerful iOS file browser with the possiblity to choose and remove files and/or directories",
"homepage": "https://github.com/Augustyniak/FileExplorer",
"screenshots": "https://raw.github.com/Augustyniak/FileExplorer/master/Resources/Directories.gif",
Expand All @@ -13,7 +13,7 @@
},
"source": {
"git": "https://github.com/Augustyniak/FileExplorer.git",
"tag": "v1.0.1"
"tag": "v1.0.2"
},
"platforms": {
"ios": "10.0"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Installation
1. Add additional entry to your Podfile.

```ruby
pod "FileExplorer", "~> 1.0.1"
pod "FileExplorer", "~> 1.0.2"
```

2. Install Pod(s) running `pod install` command.
Expand All @@ -77,7 +77,7 @@ Basic Usage
-----------------


Check out the demo for example usage of library. Make sure you read the [FileExplorer documentation on Cocoa Docs](http://cocoadocs.org/docsets/FileExplorer/1.0.1).
Check out the demo for example usage of library. Make sure you read the [FileExplorer documentation on Cocoa Docs](http://cocoadocs.org/docsets/FileExplorer/1.0.2).


### Basics
Expand Down Expand Up @@ -214,7 +214,7 @@ That's all! From now on instance of `FileExplorerViewController` uses `CustomFil
Documentation
-----------------

Documentation is available on [CocoaPods](http://cocoadocs.org/docsets/FileExplorer/1.0.1).
Documentation is available on [CocoaPods](http://cocoadocs.org/docsets/FileExplorer/1.0.2).

Author
-----------------
Expand Down

0 comments on commit 324b5e1

Please sign in to comment.