Skip to content

Commit

Permalink
Bump to version 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Nov 14, 2019
1 parent 34f3ee4 commit 48eeabf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AMPopTip.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AMPopTip"
s.version = "4.2.0"
s.version = "4.3.0"
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
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,7 @@
All notable changes to this project will be documented in this file.
`AMPopTip` adheres to [Semantic Versioning](http://semver.org/).

- `4.3.0` Releases - [4.3.0](#430)
- `4.2.0` Releases - [4.2.0](#420)
- `4.1.0` Releases - [4.1.0](#410)
- `4.0.0` Releases - [4.0.0](#400) | [4.0.1](#401)
Expand All @@ -26,6 +27,10 @@ All notable changes to this project will be documented in this file.

---

## [4.3.0](https://github.com/andreamazz/AMPopTip/releases/tag/4.3.0)

- Added SwiftUI Support, see #196

## [4.2.0](https://github.com/andreamazz/AMPopTip/releases/tag/4.2.0)

- Added SwiftPM support
Expand Down

0 comments on commit 48eeabf

Please sign in to comment.