Skip to content

Commit

Permalink
Release 1.0.0.beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Dec 30, 2015
1 parent 95d7c16 commit bd10429
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
## 1.0.0.beta.1 (2015-12-30)

##### Enhancements

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.3)
cocoapods-downloader (1.0.0.beta.1)

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

BUNDLED WITH
1.10.6
1.11.2
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.3'
VERSION = '1.0.0.beta.1'.freeze
end
end

0 comments on commit bd10429

Please sign in to comment.