Skip to content

Commit

Permalink
Bump to version 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Sep 6, 2018
1 parent 955feda commit 7ae2c60
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AMPopTip.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AMPopTip"
s.version = "3.3.0"
s.version = "3.4.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
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
`AMPopTip` adheres to [Semantic Versioning](http://semver.org/).

- `3.3.0` Releases - [3.3.0](#330)
- `3.3.0` Releases - [3.3.0](#330) | [3.4.0](#340)
- `3.2.0` Releases - [3.2.0](#320) | [3.2.1](#321)
- `3.1.0` Releases - [3.1.0](#310) | [3.1.1](#311) | [3.1.2](#312) | [3.1.3](#313) | [3.1.4](#314)
- `3.0.0` Releases - [3.0.0](#300) | [3.0.1](#301) | [3.0.2](#302) | [3.0.3](#303)
Expand All @@ -20,10 +20,14 @@ All notable changes to this project will be documented in this file.

---

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

- Merged #166

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

- Merged #157
- Added support for shadows
- Added support for shadows

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

Expand Down

0 comments on commit 7ae2c60

Please sign in to comment.