From bb24e7990574e77ed0a21723444bdc9e32f1ef97 Mon Sep 17 00:00:00 2001 From: DianQK Date: Tue, 9 Feb 2016 09:53:35 +0800 Subject: [PATCH] Update version to 3.0.1 --- CHANGELOG.md | 4 ++++ README.md | 2 +- TransitionTreasury.podspec | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9db09c4..6f92266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,10 @@ * Fade * Slide +## [3.0.1](https://github.com/DianQK/TransitionTreasury/releases/tag/3.0.1) +#### Fixed +* Remove unused code from `TRStatusBarStyle.swift` + ## [3.0.0](https://github.com/DianQK/TransitionTreasury/releases/tag/3.0.0) #### Added diff --git a/README.md b/README.md index 267f23f..21bcf04 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ To integrate TransitionTreasury into your Xcode project using CocoaPods, specify ```ruby use_frameworks! -pod 'TransitionTreasury', '~> 3.0' +pod 'TransitionTreasury', '~> 3.0.1' ``` Then, run the following command: diff --git a/TransitionTreasury.podspec b/TransitionTreasury.podspec index a4968c8..db9e024 100644 --- a/TransitionTreasury.podspec +++ b/TransitionTreasury.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'TransitionTreasury' - s.version = '3.0.0' + s.version = '3.0.1' s.license = { :type => "MIT", :file => "LICENSE" } s.summary = 'Easier way to push your viewController.' s.homepage = 'https://github.com/DianQK/TransitionTreasury'