We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea25f92 commit b35c751Copy full SHA for b35c751
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## 0.9.2 (2015-08-26)
12
13
##### Bug Fixes
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- cocoapods-downloader (0.9.2)
+ cocoapods-downloader (0.9.3)
GEM
remote: https://rubygems.org/
lib/cocoapods-downloader/gem_version.rb
@@ -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
0 commit comments