Skip to content

Commit

Permalink
Release 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Aug 28, 2015
1 parent ea25f92 commit b35c751
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.9.3 (2015-08-28)

##### Bug Fixes

* This release fixes a file permissions error when using the RubyGem.
[Samuel Giddins](https://github.com/segiddins)


## 0.9.2 (2015-08-26)

##### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cocoapods-downloader (0.9.2)
cocoapods-downloader (0.9.3)

GEM
remote: https://rubygems.org/
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.9.2'
VERSION = '0.9.3'
end
end

0 comments on commit b35c751

Please sign in to comment.