Commit c21203aa authored by Eloy Durán's avatar Eloy Durán

Release 0.29.0

parent c2fa5b22
...@@ -7,10 +7,10 @@ GIT ...@@ -7,10 +7,10 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Core.git remote: https://github.com/CocoaPods/Core.git
revision: 64a6edae072712a65ddacb8db6375635cb00c7dc revision: 316bcb444b7b06eb4c7e1d3244ff6739b5ccb398
branch: master branch: master
specs: specs:
cocoapods-core (0.28.0) cocoapods-core (0.29.0)
activesupport (>= 3.2.15, < 4) activesupport (>= 3.2.15, < 4)
fuzzy_match (~> 2.0.4) fuzzy_match (~> 2.0.4)
json_pure (~> 1.8) json_pure (~> 1.8)
...@@ -68,10 +68,10 @@ GIT ...@@ -68,10 +68,10 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
cocoapods (0.28.0) cocoapods (0.29.0)
activesupport (>= 3.2.15, < 4) activesupport (>= 3.2.15, < 4)
claide (~> 0.4.0) claide (~> 0.4.0)
cocoapods-core (= 0.28.0) cocoapods-core (= 0.29.0)
cocoapods-downloader (~> 0.3.0) cocoapods-downloader (~> 0.3.0)
cocoapods-try-release-fix (~> 0.1.1) cocoapods-try-release-fix (~> 0.1.1)
colored (~> 1.2) colored (~> 1.2)
......
module Pod module Pod
# The version of the cocoapods command line tool. # The version of the cocoapods command line tool.
# #
VERSION = '0.28.0' unless defined? Pod::VERSION VERSION = '0.29.0' unless defined? Pod::VERSION
end 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