File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "AMPopTip"
3
- s . version = "3.2.1 "
3
+ s . version = "3.3.0 "
4
4
s . summary = "Animated popover, great for subtle UI tips and onboarding."
5
5
s . description = <<-DESC
6
6
Animated popover that pops out of a frame. You can specify the
Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
` AMPopTip ` adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ - ` 3.3.0 ` Releases - [ 3.3.0] ( #330 )
5
6
- ` 3.2.0 ` Releases - [ 3.2.0] ( #320 ) | [ 3.2.1] ( #321 )
6
7
- ` 3.1.0 ` Releases - [ 3.1.0] ( #310 ) | [ 3.1.1] ( #311 ) | [ 3.1.2] ( #312 ) | [ 3.1.3] ( #313 ) | [ 3.1.4] ( #314 )
7
8
- ` 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.
19
20
20
21
---
21
22
23
+ ## [ 3.3.0] ( https://github.com/andreamazz/AMPopTip/releases/tag/3.3.0 )
24
+
25
+ - Merged #157
26
+ - Added support for shadows
27
+
22
28
## [ 3.2.1] ( https://github.com/andreamazz/AMPopTip/releases/tag/3.2.1 )
23
29
24
30
Fixed the float animation
You can’t perform that action at this time.
0 commit comments