Skip to content

Commit

Permalink
🔖 Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
olejnjak committed Jun 21, 2020
1 parent 7058954 commit 6690667
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ACKImagePicker.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ACKImagePicker'
s.version = '0.2.0'
s.version = '0.2.1'
s.summary = 'Simplify image picking'
s.description = <<-DESC
ACKImagePicker creates a system-like image picker experience.
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

## Next

## 0.2.1

### Added
- SwiftPM support ([#10](https://github.com/AckeeCZ/ACKImagePicker/pull/10)) by @olejnjak

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ACKImagePicker lets users choose multiple photos from different albums in their
ACKImagePicker is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile:

```ruby
pod "ACKImagePicker", "~> 0.2.0"
pod "ACKImagePicker", "~> 0.2.1"
```


Expand All @@ -26,7 +26,7 @@ pod "ACKImagePicker", "~> 0.2.0"
You can also use [Carthage](https://github.com/Carthage/Carthage). Specify this repo in your Cartfile:

```
github "AckeeCZ/ACKImagePicker" ~> 0.2.0
github "AckeeCZ/ACKImagePicker" ~> 0.2.1
```

## Usage
Expand Down

0 comments on commit 6690667

Please sign in to comment.