Skip to content

Commit

Permalink
Bump to version 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Apr 11, 2018
1 parent 6bc0954 commit 2f413cb
Show file tree
Hide file tree
Showing 8 changed files with 870 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 = "4.3.0"
s.version = "4.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
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
All notable changes to this project will be documented in this file.
`AMScrollingNavbar` adheres to [Semantic Versioning](http://semver.org/).

- `4.2.x` Releases - [4.2.0](#420) | [4.2.1](#421) | [4.2.2](#422) | [4.2.3](#423) | [4.2.4](#424) | [4.3.0](#430)
- `4.3.x` Releases - [4.3.0](#430) | [4.3.1](#431)
- `4.2.x` Releases - [4.2.0](#420) | [4.2.1](#421) | [4.2.2](#422) | [4.2.3](#423) | [4.2.4](#424)
- `4.1.x` Releases - [4.1.0](#410)
- `4.0.x` Releases - [4.0.0](#400) | [4.0.1](#401) | [4.0.2](#402) | [4.0.3](#403) | [4.0.4](#404) | [4.0.5](#405)
- `3.4.x` Releases - [3.4.0](#340) | [3.4.1](#341)
Expand All @@ -17,6 +18,10 @@ All notable changes to this project will be documented in this file.

---

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

- Merge #310

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

- Fix orientation change issues
Expand Down
20 changes: 20 additions & 0 deletions Demo/Pods/AMScrollingNavbar/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

199 changes: 199 additions & 0 deletions Demo/Pods/AMScrollingNavbar/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

67 changes: 67 additions & 0 deletions Demo/Pods/AMScrollingNavbar/Source/ScrollingNavbar+Sizes.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2f413cb

Please sign in to comment.