Skip to content

Commit cf4db2e

Browse files
committed
Bump to version 5.1.1
1 parent 1f4f29e commit cf4db2e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

AMScrollingNavbar.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "AMScrollingNavbar"
3-
s.version = "5.1.0"
3+
s.version = "5.1.1"
44
s.summary = "A custom UINavigationController that enables the scrolling of the navigation bar alongside the scrolling of an observed content view"
55
s.description = <<-DESC
66
A custom UINavigationController that enables the scrolling of the

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
`AMScrollingNavbar` adheres to [Semantic Versioning](http://semver.org/).
44

5-
- `5.1.x` Releases - [5.1.0](#510)
5+
- `5.1.x` Releases - [5.1.0](#510) | [5.1.1](#511)
66
- `5.0.x` Releases - [5.0.0](#500) | [5.0.1](#501) | [5.0.2](#502) | [5.0.3](#503) | [5.0.4](#504)
77
- `4.3.x` Releases - [4.3.0](#430) | [4.3.1](#431)
88
- `4.2.x` Releases - [4.2.0](#420) | [4.2.1](#421) | [4.2.2](#422) | [4.2.3](#423) | [4.2.4](#424)
@@ -20,6 +20,10 @@ All notable changes to this project will be documented in this file.
2020

2121
---
2222

23+
## [5.1.1](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/5.1.1)
24+
25+
- Fix Objective-C compatibility
26+
2327
## [5.1.0](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/5.1.0)
2428

2529
- Swift version 4.2

0 commit comments

Comments
 (0)