Skip to content

Commit

Permalink
Bump version number to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
congnd committed Jun 6, 2020
1 parent 7c7b55c commit 8c4a68f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FMPhotoPicker.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@version = "1.0.0"
@version = "1.0.1"

Pod::Spec.new do |s|
s.name = "FMPhotoPicker"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")),
]
```

Expand All @@ -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.
Expand Down

0 comments on commit 8c4a68f

Please sign in to comment.