Skip to content

Commit

Permalink
Bumped spec to 1.4.2 and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaoj committed Sep 26, 2015
1 parent b66df7c commit 1ead40e
Show file tree
Hide file tree
Showing 3 changed files with 6 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 = "1.4.1"
s.version = "1.4.2"
s.summary = "BSImagePicker is a multiple image picker for iOS 8."
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.4.2
* Converted to Swift 2
* Fixed a bug where settings (like selection color) didn’t get passed along to the cell

# 1.4.1
* Fixed crash when presenting for the first time

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ BSImagePicker is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod "BSImagePicker", "~> 1.4.0"
pod "BSImagePicker", "~> 1.4"
```

## Author
Expand Down

0 comments on commit 1ead40e

Please sign in to comment.