From 77b754cc3ea180aa3a7ed3c9d23a41574ff12e83 Mon Sep 17 00:00:00 2001 From: Mazyad Alabduljaleel Date: Tue, 20 Oct 2015 20:08:04 -0700 Subject: [PATCH] release v0.10.1 --- CHANGELOG.md | 6 ++++++ TLYShyNavBar.podspec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 478fbca..f99c633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +## v0.10.1 + +#### Fixes + ++ Hot fix an issue with UIViewControllers that have a UIScrollView subclass as their view property (i.e. collectionView, tableView, ...) that caused shyNavBar to be stubbornNavBar, refusing to contract. + ## v0.10.0 #### Enhancements diff --git a/TLYShyNavBar.podspec b/TLYShyNavBar.podspec index 7307429..908bfb2 100644 --- a/TLYShyNavBar.podspec +++ b/TLYShyNavBar.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "TLYShyNavBar" - s.version = "0.10.0" + s.version = "0.10.1" s.summary = "TLYShyNavBar makes your UINavigationBar expand/shrink by adding just a single line. It also comes with extension view support!" s.description = <<-DESC @@ -81,7 +81,7 @@ Pod::Spec.new do |s| # Supports git, hg, bzr, svn and HTTP. # - s.source = { :git => "https://github.com/telly/TLYShyNavBar.git", :tag => "0.10.0" } + s.source = { :git => "https://github.com/telly/TLYShyNavBar.git", :tag => "0.10.1" } # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #