Skip to content

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Sep 26, 2014
1 parent 607fbaf commit 25a40b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[Richard Lee](https://github.com/dlackty)
[#32](https://github.com/CocoaPods/cocoapods-downloader/issues/32)

## 0.7.0
## 0.7.1

###### Breaking

Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods-downloader/gem_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module Downloader
# @return [String] Downloader’s version, following
# [semver](http://semver.org).
#
VERSION = '0.7.0'
VERSION = '0.7.1'
end
end

2 comments on commit 25a40b2

@segiddins
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like you changed the wrong thing here

@kylef
Copy link
Contributor Author

@kylef kylef commented on 25a40b2 Sep 26, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in the next commit :'(

Please sign in to comment.