diff --git a/AMPopTip.framework.zip b/AMPopTip.framework.zip new file mode 100644 index 00000000..aface715 Binary files /dev/null and b/AMPopTip.framework.zip differ diff --git a/AMPopTip.podspec b/AMPopTip.podspec index 02426584..37e9ee71 100644 --- a/AMPopTip.podspec +++ b/AMPopTip.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "AMPopTip" - s.version = "4.0.0" + s.version = "4.0.1" s.summary = "Animated popover, great for subtle UI tips and onboarding." s.description = <<-DESC Animated popover that pops out of a frame. You can specify the diff --git a/CHANGELOG.md b/CHANGELOG.md index 14e75279..4286dcec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. `AMPopTip` adheres to [Semantic Versioning](http://semver.org/). -- `4.0.0` Releases - [4.0.0](#400) +- `4.0.0` Releases - [4.0.0](#400) | [4.0.1](#401) - `3.6.0` Releases - [3.6.0](#360) - `3.5.0` Releases - [3.5.0](#350) - `3.4.0` Releases - [3.4.0](#340) @@ -24,6 +24,10 @@ All notable changes to this project will be documented in this file. --- +## [4.0.1](https://github.com/andreamazz/AMPopTip/releases/tag/4.0.1) + +- Merge #174 + ## [4.0.0](https://github.com/andreamazz/AMPopTip/releases/tag/4.0.0) - Swift 5.0 support