Commit 29012fd4 authored by Eloy Durán's avatar Eloy Durán

Release 0.25.0

parent a4f06638
......@@ -7,10 +7,10 @@ GIT
GIT
remote: https://github.com/CocoaPods/Core.git
revision: 976a1e288ab90ed4edd3029de51bab62daaabad5
revision: 988a846a11fda8cc93a0e589beb7088afc04c355
branch: master
specs:
cocoapods-core (0.24.0)
cocoapods-core (0.25.0)
activesupport (~> 3.0)
json (~> 1.8)
nap (~> 0.5)
......@@ -61,10 +61,10 @@ GIT
PATH
remote: .
specs:
cocoapods (0.24.0)
cocoapods (0.25.0)
activesupport (~> 3.0)
claide (~> 0.3.2)
cocoapods-core (= 0.24.0)
cocoapods-core (= 0.25.0)
cocoapods-downloader (~> 0.2.0)
colored (~> 1.2)
escape (~> 0.0.4)
......
module Pod
# The version of the cocoapods command line tool.
#
VERSION = '0.24.0' unless defined? Pod::VERSION
VERSION = '0.25.0' unless defined? Pod::VERSION
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment