release v0.10.1

This commit is contained in:
Mazyad Alabduljaleel 2015-10-20 20:08:04 -07:00
parent baffc6fe0d
commit 77b754cc3e
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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 ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #