diff --git a/FMPhotoPicker.podspec b/FMPhotoPicker.podspec index c1bfc06..d7c1efe 100644 --- a/FMPhotoPicker.podspec +++ b/FMPhotoPicker.podspec @@ -1,4 +1,4 @@ -@version = "1.0.0" +@version = "1.0.1" Pod::Spec.new do |s| s.name = "FMPhotoPicker" diff --git a/README.md b/README.md index 5fd7922..1c8e11c 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ FMPhotoPicker is a modern, simple and zero-dependency photo picker with an elega ### SwiftPM (Experimental) ``` dependencies: [ - .package(url: "https://github.com/congnd/FMPhotoPicker.git", .exact("1.0.0")), + .package(url: "https://github.com/congnd/FMPhotoPicker.git", .exact("1.0.1")), ] ``` @@ -44,10 +44,10 @@ and run `carthage update FMPhotoPicker` ### CocoaPods FMPhotoPicker is now available in [CocoaPods](https://cocoapods.org/pods/FMPhotoPicker) -You want to add pod 'FMPhotoPicker', '~> 0.8' similar to the following to your Podfile: +You want to add pod 'FMPhotoPicker', '~> 1.0.1' similar to the following to your Podfile: ``` target 'MyApp' do - pod 'FMPhotoPicker', '~> 0.8' + pod 'FMPhotoPicker', '~> 1.0.1' end ``` Then run a `pod install` inside your terminal.