Skip to content

Commit 48eeabf

Browse files
committed
Bump to version 4.3.0
1 parent 34f3ee4 commit 48eeabf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

AMPopTip.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "AMPopTip"
3-
s.version = "4.2.0"
3+
s.version = "4.3.0"
44
s.summary = "Animated popover, great for subtle UI tips and onboarding."
55
s.description = <<-DESC
66
Animated popover that pops out of a frame. You can specify the

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
`AMPopTip` adheres to [Semantic Versioning](http://semver.org/).
44

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

2728
---
2829

30+
## [4.3.0](https://github.com/andreamazz/AMPopTip/releases/tag/4.3.0)
31+
32+
- Added SwiftUI Support, see #196
33+
2934
## [4.2.0](https://github.com/andreamazz/AMPopTip/releases/tag/4.2.0)
3035

3136
- Added SwiftPM support

0 commit comments

Comments
 (0)