Skip to content

Commit

Permalink
Bumped version to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaoj committed Jul 31, 2018
1 parent 1c4bb26 commit 7041ca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BSImagePicker.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BSImagePicker"
s.version = "2.7.2"
s.version = "2.8.0"
s.summary = "BSImagePicker is a multiple image picker for iOS. UIImagePickerController replacement"
s.description = <<-DESC
A mix between the native iOS gallery and facebooks image picker. Allows you to preview and select multiple images.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ BSImagePicker is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod "BSImagePicker", "~> 2.7"
pod "BSImagePicker", "~> 2.8"
```

## Author
Expand Down

0 comments on commit 7041ca4

Please sign in to comment.