Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Commit

Permalink
Update version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DianQK committed Feb 9, 2016
1 parent 1f05274 commit bb24e79
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion TransitionTreasury.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit bb24e79

Please sign in to comment.