Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
86a3c386
Commit
86a3c386
authored
Jul 03, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.22.1
parent
14cafb71
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
CHANGELOG.md
CHANGELOG.md
+10
-0
gem_version.rb
lib/cocoapods/gem_version.rb
+1
-1
No files found.
CHANGELOG.md
View file @
86a3c386
...
@@ -2,6 +2,16 @@
...
@@ -2,6 +2,16 @@
To install or update CocoaPods see this
[
guide
](
http://docs.cocoapods.org/guides/installing_cocoapods.html
)
.
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
## 0.22.0
[
CocoaPods
](
https://github.com/CocoaPods/CocoaPods/compare/0.21.0...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
)
•
[
cocoapods-core
](
https://github.com/CocoaPods/Core/compare/0.21.0...0.22.0
)
...
...
lib/cocoapods/gem_version.rb
View file @
86a3c386
module
Pod
module
Pod
# The version of the cocoapods command line tool.
# 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
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment