Skip to content

Commit

Permalink
Bump to version 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Apr 5, 2017
1 parent 057868d commit 1b5fd0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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 = "3.3.0"
s.version = "3.3.1"
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
6 changes: 5 additions & 1 deletion 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.
`AMScrollingNavbar` adheres to [Semantic Versioning](http://semver.org/).

- `3.3.x` Releases - [3.3.0](#330)
- `3.3.x` Releases - [3.3.0](#330) | [3.3.1](#331)
- `3.2.x` Releases - [3.2.0](#320)
- `3.1.x` Releases - [3.1.0](#310)
- `3.0.x` Releases - [3.0.0](#300)
Expand All @@ -13,6 +13,10 @@ All notable changes to this project will be documented in this file.

---

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

- Added support for `WKWebView`. See #239

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

- Fixed `expandOnActive`
Expand Down

0 comments on commit 1b5fd0c

Please sign in to comment.