Skip to content

Commit

Permalink
Release 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Oct 2, 2012
1 parent 5fe3e52 commit d434ccf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## Master

[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.14.0...master)[Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.3.3...master)
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.15.0...master)

## 0.15.0

[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.14.0...0.15.0)[Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.3.3...0.3.4)

###### Enhancements
- Pod `install` will update the specs repo only if needed.
Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
end

module Pod
VERSION = '0.14.0'
VERSION = '0.15.0'

class PlainInformative < StandardError
end
Expand Down

0 comments on commit d434ccf

Please sign in to comment.