Skip to content

Commit

Permalink
Bump to version 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed May 19, 2017
1 parent 64d29a1 commit 4b44b8d
Show file tree
Hide file tree
Showing 2 changed files with 8 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 = "2.1.4"
s.version = "2.1.5"
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
9 changes: 7 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/).

- `2.1.0` Releases - [2.1.0](#210) | [2.1.1](#211) | [2.1.2](#212) | [2.1.3](#213) | [2.1.4](#214)
- `2.1.0` Releases - [2.1.0](#210) | [2.1.1](#211) | [2.1.2](#212) | [2.1.3](#213) | [2.1.4](#214) | [2.1.5](#215)
- `2.0.0` Releases - [2.0.0](#200) | [2.0.1](#201)
- `1.5.0` Releases - [1.5.0](#150) | [1.5.1](#151) [1.5.2](#152)
- `1.4.0` Releases - [1.4.0](#140) | [1.4.1](#141) | [1.4.2](#142)
Expand All @@ -16,9 +16,14 @@ All notable changes to this project will be documented in this file.

---

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

- Fixed #114
- Fixed #119

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

- Fixed issue with text rendering
- Fixed issue with text rendering

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

Expand Down

0 comments on commit 4b44b8d

Please sign in to comment.