Skip to content

Commit b35c751

Browse files
committed
Release 0.9.3
1 parent ea25f92 commit b35c751

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.9.3 (2015-08-28)
4+
5+
##### Bug Fixes
6+
7+
* This release fixes a file permissions error when using the RubyGem.
8+
[Samuel Giddins](https://github.com/segiddins)
9+
10+
311
## 0.9.2 (2015-08-26)
412

513
##### Bug Fixes

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
cocoapods-downloader (0.9.2)
4+
cocoapods-downloader (0.9.3)
55

66
GEM
77
remote: https://rubygems.org/

lib/cocoapods-downloader/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module Downloader
33
# @return [String] Downloader’s version, following
44
# [semver](http://semver.org).
55
#
6-
VERSION = '0.9.2'
6+
VERSION = '0.9.3'
77
end
88
end

0 commit comments

Comments
 (0)