Skip to content

Commit

Permalink
Bump to version 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Jul 16, 2019
1 parent c02b0ee commit 6591999
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AMScrollingNavbar.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AMScrollingNavbar"
s.version = "5.2.0"
s.version = "5.3.0"
s.summary = "A custom UINavigationController that enables the scrolling of the navigation bar alongside the scrolling of an observed content view"
s.description = <<-DESC
A custom UINavigationController that enables the scrolling of the
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.
`AMScrollingNavbar` adheres to [Semantic Versioning](http://semver.org/).

- `5.3.x` Releases - [5.3.0](#530)
- `5.2.x` Releases - [5.2.0](#520)
- `5.1.x` Releases - [5.1.0](#510) | [5.1.1](#511)
- `5.0.x` Releases - [5.0.0](#500) | [5.0.1](#501) | [5.0.2](#502) | [5.0.3](#503) | [5.0.4](#504)
Expand All @@ -21,6 +22,10 @@ All notable changes to this project will be documented in this file.

---

## [5.3.0](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/5.3.0)

- Merge #365

## [5.2.0](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/5.2.0)

- Merge #352
Expand Down

0 comments on commit 6591999

Please sign in to comment.