Skip to content

Commit abb09d5

Browse files
committed
Bump to version 3.3.0
1 parent d8f9ffb commit abb09d5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-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 = "3.2.1"
3+
s.version = "3.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

+6
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+
- `3.3.0` Releases - [3.3.0](#330)
56
- `3.2.0` Releases - [3.2.0](#320) | [3.2.1](#321)
67
- `3.1.0` Releases - [3.1.0](#310) | [3.1.1](#311) | [3.1.2](#312) | [3.1.3](#313) | [3.1.4](#314)
78
- `3.0.0` Releases - [3.0.0](#300) | [3.0.1](#301) | [3.0.2](#302) | [3.0.3](#303)
@@ -19,6 +20,11 @@ All notable changes to this project will be documented in this file.
1920

2021
---
2122

23+
## [3.3.0](https://github.com/andreamazz/AMPopTip/releases/tag/3.3.0)
24+
25+
- Merged #157
26+
- Added support for shadows
27+
2228
## [3.2.1](https://github.com/andreamazz/AMPopTip/releases/tag/3.2.1)
2329

2430
Fixed the float animation

0 commit comments

Comments
 (0)