Commit 86a3c386 authored by Fabio Pelosin's avatar Fabio Pelosin

Release 0.22.1

parent 14cafb71
......@@ -2,6 +2,16 @@
To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides/installing_cocoapods.html).
## 0.22.1
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.22.0...0.22.1)
[cocoapods-core](https://github.com/CocoaPods/Core/compare/0.22.0...0.22.1)
###### Bug fixes
* Fixed a crash related to target dependencies and subspecs.
[#1168](https://github.com/CocoaPods/CocoaPods/issues/1168)
## 0.22.0
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.21.0...0.22.0)
[cocoapods-core](https://github.com/CocoaPods/Core/compare/0.21.0...0.22.0)
......
module Pod
# The version of the cocoapods command line tool.
#
VERSION = '0.22.0' unless defined? Pod::VERSION
VERSION = '0.22.1' 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