Release 0.16.2

This commit is contained in:
Eloy Durán
2013-02-02 21:18:24 +01:00
parent 0af8fab147
commit 0be241d8df
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ GIT
PATH
remote: .
specs:
cocoapods (0.16.1)
cocoapods (0.16.2)
activesupport (~> 3.2.6)
colored (~> 1.2)
escape (~> 0.0.4)
@@ -27,7 +27,7 @@ PATH
octokit (~> 1.7)
open4 (~> 1.3.0)
rake (~> 0.9.4)
xcodeproj (~> 0.4.1)
xcodeproj (~> 0.4.3)
GEM
remote: http://rubygems.org/

View File

@@ -12,7 +12,7 @@ unless Gem::Version::Requirement.new('>= 1.4.0').satisfied_by?(Gem::Version.new(
end
module Pod
VERSION = '0.16.1'
VERSION = '0.16.2'
class PlainInformative < StandardError
end