Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
release v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazyod committed Oct 21, 2015
1 parent baffc6f commit 77b754c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions TLYShyNavBar.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down

0 comments on commit 77b754c

Please sign in to comment.