From 8c4a68f6f062245c5a49de1c8fbd3139faad94e8 Mon Sep 17 00:00:00 2001 From: Cong Nguyen Date: Sat, 6 Jun 2020 12:40:40 +0900 Subject: [PATCH] Bump version number to 1.0.1 --- FMPhotoPicker.podspec | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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.