Skip to content

Commit

Permalink
Release 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeLin committed Sep 27, 2018
1 parent 89efb4e commit 588e57c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -16,6 +16,20 @@ N/A

#### Bugfixes

N/A

### [5.2.1](https://github.com/IBAnimatable/IBAnimatable/releases/tag/5.2.1)

#### API breaking changes

N/A

#### Enhancements

N/A

#### Bugfixes

- Fix support for older Swift versions for some users. [#590](https://github.com/IBAnimatable/IBAnimatable/pull/590) by [@djbe](https://github.com/djbe)

### [5.2.0](https://github.com/IBAnimatable/IBAnimatable/releases/tag/5.2.0)
Expand Down
2 changes: 1 addition & 1 deletion IBAnimatable.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "IBAnimatable"
s.version = "5.2.0"
s.version = "5.2.1"
s.summary = "Design and prototype UI, interaction, navigation, transition and animation for App Store ready Apps in Interface Builder with IBAnimatable."
s.homepage = "https://github.com/IBAnimatable/IBAnimatable"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down

0 comments on commit 588e57c

Please sign in to comment.