Skip to content

Commit 9c989ca

Browse files
committed
Bump to version 4.0.2
1 parent 636fb97 commit 9c989ca

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 = "4.0.1"
3+
s.version = "4.0.2"
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-
- `4.0.x` Releases - [4.0.0](#400) | [4.0.1](#401)
5+
- `4.0.x` Releases - [4.0.0](#400) | [4.0.1](#401) | [4.0.2](#402)
66
- `3.4.x` Releases - [3.4.0](#340) | [3.4.1](#341)
77
- `3.3.x` Releases - [3.3.0](#330) | [3.3.1](#331) | [3.3.2](#332) | [3.3.3](#333) | [3.3.4](#334)
88
- `3.2.x` Releases - [3.2.0](#320)
@@ -15,6 +15,10 @@ All notable changes to this project will be documented in this file.
1515

1616
---
1717

18+
## [4.0.2](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/4.0.2)
19+
20+
- Merged #272
21+
1822
## [4.0.1](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/4.0.1)
1923

2024
- Fix #266

0 commit comments

Comments
 (0)