Skip to content

Commit

Permalink
Release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Jun 27, 2015
1 parent 0c9e4f9 commit f335ea9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.1

##### Enhancements

Expand Down
5 changes: 4 additions & 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.0)
cocoapods-downloader (0.9.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -80,3 +80,6 @@ DEPENDENCIES
simplecov
vcr
webmock (< 1.9)

BUNDLED WITH
1.10.5
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.0'
VERSION = '0.9.1'
end
end

0 comments on commit f335ea9

Please sign in to comment.