Skip to content

Commit

Permalink
Bumped podspec and readme to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaoj committed Dec 6, 2015
1 parent 720888c commit 7de4304
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.0.0"
s.version = "2.1.0"
s.summary = "BSImagePicker is a multiple image picker for iOS 8. UIImagePickerController replacement"
s.description = <<-DESC
A mix between the native iOS 8 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 @@ -57,7 +57,7 @@ BSImagePicker is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod "BSImagePicker", "~> 2.0"
pod "BSImagePicker", "~> 2.1"
```

## Author
Expand Down

0 comments on commit 7de4304

Please sign in to comment.