diff --git a/FileExplorer.podspec.json b/FileExplorer.podspec.json index afc580c..3afd6de 100644 --- a/FileExplorer.podspec.json +++ b/FileExplorer.podspec.json @@ -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", @@ -13,7 +13,7 @@ }, "source": { "git": "https://github.com/Augustyniak/FileExplorer.git", - "tag": "v1.0.1" + "tag": "v1.0.2" }, "platforms": { "ios": "10.0" diff --git a/README.md b/README.md index 7b04cbe..68ffd2a 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 @@ -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 -----------------