diff --git a/README.md b/README.md index 89ec796..06f6b2d 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' use_frameworks! -pod 'TransitionTreasury', '~> 1.0.0' +pod 'TransitionTreasury', '~> 1.0.1' ``` Then, run the following command: @@ -72,7 +72,7 @@ $ brew install carthage To integrate TransitionTreasury into your Xcode project using Carthage, specify it in your `Cartfile`: ```ogdl -github "DianQK/TransitionTreasury" >= 1.0.0 +github "DianQK/TransitionTreasury" >= 1.0.1 ``` Then, run the following command to build the TransitionTreasury framework: diff --git a/TransitionTreasury.podspec b/TransitionTreasury.podspec index b97103d..4aff08b 100644 --- a/TransitionTreasury.podspec +++ b/TransitionTreasury.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'TransitionTreasury' - s.version = '1.0.0' + s.version = '1.0.1' s.license = { :type => "MIT", :file => "LICENSE" } s.summary = 'Easier way to push your viewController.' s.homepage = 'https://github.com/DianQK/TransitionTreasury'