From c3947c37cf31483058a887bee497ebb0649ed180 Mon Sep 17 00:00:00 2001 From: Andrea Mazzini Date: Wed, 19 Sep 2018 10:25:40 +0200 Subject: [PATCH] Bump to version 5.1.0 --- AMScrollingNavbar.podspec | 2 +- CHANGELOG.md | 7 ++++++- README.md | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/AMScrollingNavbar.podspec b/AMScrollingNavbar.podspec index 7caaa217..583f30a3 100644 --- a/AMScrollingNavbar.podspec +++ b/AMScrollingNavbar.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "AMScrollingNavbar" - s.version = "5.0.4" + s.version = "5.1.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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 50e4e177..7734ad71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1.x` Releases - [5.1.0](#510) - `5.0.x` Releases - [5.0.0](#500) | [5.0.1](#501) | [5.0.2](#502) | [5.0.3](#503) | [5.0.4](#504) - `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) @@ -19,7 +20,11 @@ All notable changes to this project will be documented in this file. --- -## [5.0.3](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/5.0.3) +## [5.1.0](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/5.1.0) + +- Swift version 4.2 + +## [5.0.4](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/5.0.4) - Merge #316 diff --git a/README.md b/README.md index 180a772c..33bbc2ac 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Build Status](https://travis-ci.org/andreamazz/AMScrollingNavbar.svg)](https://travis-ci.org/andreamazz/AMScrollingNavbar) [![codecov.io](https://codecov.io/github/andreamazz/AMScrollingNavbar/coverage.svg?branch=master)](https://codecov.io/github/andreamazz/AMScrollingNavbar?branch=master) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) -![Swift 4](https://img.shields.io/badge/swift-4-orange.svg) +![Swift 4](https://img.shields.io/badge/swift-4.2-orange.svg) [![Join the chat at https://gitter.im/andreamazz/AMScrollingNavbar](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/andreamazz/AMScrollingNavbar?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=46FNZD4PDVNRU)