Skip to content

Commit

Permalink
Release 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Aug 26, 2015
1 parent 5906a8b commit ea25f92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Master
## 0.9.2 (2015-08-26)

##### Bug Fixes

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cocoapods-downloader (0.9.1)
cocoapods-downloader (0.9.2)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -82,4 +82,4 @@ DEPENDENCIES
webmock (< 1.9)

BUNDLED WITH
1.10.5
1.10.6
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.9.1'
VERSION = '0.9.2'
end
end

0 comments on commit ea25f92

Please sign in to comment.