Skip to content

Commit 8c1fda4

Browse files
committed
Bump version to v1.0.4
1 parent 972ddb3 commit 8c1fda4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

FileExplorer.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "FileExplorer",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"summary": "FileExplorer is a powerful iOS file browser with the possiblity to choose and remove files and/or directories",
55
"homepage": "https://github.com/Augustyniak/FileExplorer",
66
"screenshots": "https://raw.github.com/Augustyniak/FileExplorer/master/Resources/Directories.gif",
@@ -13,7 +13,7 @@
1313
},
1414
"source": {
1515
"git": "https://github.com/Augustyniak/FileExplorer.git",
16-
"tag": "v1.0.3"
16+
"tag": "v1.0.4"
1717
},
1818
"platforms": {
1919
"ios": "9.0"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Installation
6161
1. Add additional entry to your Podfile.
6262

6363
```ruby
64-
pod "FileExplorer", "~> 1.0.3"
64+
pod "FileExplorer", "~> 1.0.4"
6565
```
6666

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

7979

80-
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.3).
80+
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.4).
8181

8282

8383
### Basics
@@ -214,7 +214,7 @@ That's all! From now on instance of `FileExplorerViewController` uses `CustomFil
214214
Documentation
215215
-----------------
216216

217-
Documentation is available on [CocoaPods](http://cocoadocs.org/docsets/FileExplorer/1.0.3).
217+
Documentation is available on [CocoaPods](http://cocoadocs.org/docsets/FileExplorer/1.0.4).
218218

219219
Author
220220
-----------------

0 commit comments

Comments
 (0)