File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
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.3 .0"
3
+ s . version = "3.4 .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
+ - ` 3.3.0 ` Releases - [ 3.3.0] ( #330 ) | [ 3.4.0 ] ( #340 )
6
6
- ` 3.2.0 ` Releases - [ 3.2.0] ( #320 ) | [ 3.2.1] ( #321 )
7
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 )
8
8
- ` 3.0.0 ` Releases - [ 3.0.0] ( #300 ) | [ 3.0.1] ( #301 ) | [ 3.0.2] ( #302 ) | [ 3.0.3] ( #303 )
@@ -20,10 +20,14 @@ All notable changes to this project will be documented in this file.
20
20
21
21
---
22
22
23
+ ## [ 3.4.0] ( https://github.com/andreamazz/AMPopTip/releases/tag/3.4.0 )
24
+
25
+ - Merged #166
26
+
23
27
## [ 3.3.0] ( https://github.com/andreamazz/AMPopTip/releases/tag/3.3.0 )
24
28
25
29
- Merged #157
26
- - Added support for shadows
30
+ - Added support for shadows
27
31
28
32
## [ 3.2.1] ( https://github.com/andreamazz/AMPopTip/releases/tag/3.2.1 )
29
33
You can’t perform that action at this time.
0 commit comments