Skip to content

Commit

Permalink
Bump to version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Sep 15, 2016
1 parent 1054b03 commit 2a68dae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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 = "1.2.0"
s.version = "1.3.0"
s.summary = "Animated popover, great for subtle UI tips and onboarding."

s.description = <<-DESC
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
All notable changes to this project will be documented in this file.
`AMPopTip` adheres to [Semantic Versioning](http://semver.org/).

- `1.3.0` Releases - [1.3.0](#130)
- `1.2.0` Releases - [1.2.0](#120)
- `1.1.0` Releases - [1.1.0](#110) | [1.1.1](#111) | [1.1.2](#112)
- `1.0.0` Releases - [1.0.0](#100) | [1.0.1](#101) | [1.0.2](#102) | [1.0.3](#103)
Expand All @@ -11,6 +12,10 @@ All notable changes to this project will be documented in this file.

---

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

- Merged #87

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

- Fix issue with UIFont set as appearance proxy.
Expand Down

0 comments on commit 2a68dae

Please sign in to comment.