You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Installation
61
61
1. Add additional entry to your Podfile.
62
62
63
63
```ruby
64
-
pod "FileExplorer", "~> 1.0.3"
64
+
pod "FileExplorer", "~> 1.0.4"
65
65
```
66
66
67
67
2. Install Pod(s) running `pod install` command.
@@ -77,7 +77,7 @@ Basic Usage
77
77
-----------------
78
78
79
79
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).
81
81
82
82
83
83
### Basics
@@ -214,7 +214,7 @@ That's all! From now on instance of `FileExplorerViewController` uses `CustomFil
214
214
Documentation
215
215
-----------------
216
216
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).
0 commit comments