diff --git a/BSImagePicker.podspec b/BSImagePicker.podspec index 7362b7a2..b9aa124e 100644 --- a/BSImagePicker.podspec +++ b/BSImagePicker.podspec @@ -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. diff --git a/README.md b/README.md index 70304482..3b344893 100644 --- a/README.md +++ b/README.md @@ -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