Skip to content

Commit

Permalink
Bump to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
congnd committed Aug 22, 2020
1 parent 5d4f080 commit ee6b075
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.1.0"
@version = "1.1.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 @@ -32,7 +32,7 @@ FMPhotoPicker is a modern, simple and zero-dependency photo picker with an elega
### SwiftPM
```
dependencies: [
.package(url: "https://github.com/congnd/FMPhotoPicker.git", .exact("1.1.0")),
.package(url: "https://github.com/congnd/FMPhotoPicker.git", .exact("1.1.1")),
]
```

Expand All @@ -45,10 +45,10 @@ and run `carthage update FMPhotoPicker`

### CocoaPods
FMPhotoPicker is now available in [CocoaPods](https://cocoapods.org/pods/FMPhotoPicker)
You want to add pod 'FMPhotoPicker', '~> 1.1.0' similar to the following to your Podfile:
You want to add pod 'FMPhotoPicker', '~> 1.1.1' similar to the following to your Podfile:
```
target 'MyApp' do
pod 'FMPhotoPicker', '~> 1.1.0'
pod 'FMPhotoPicker', '~> 1.1.1'
end
```
Then run a `pod install` inside your terminal.
Expand Down

0 comments on commit ee6b075

Please sign in to comment.