From 324b5e1fd0a3ce9ce9e1bdc05bde0f3efbefe550 Mon Sep 17 00:00:00 2001 From: Rafal Augustyniak Date: Thu, 1 Dec 2016 16:19:40 +0100 Subject: [PATCH] Version v1.0.2 --- FileExplorer.podspec.json | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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 -----------------