Skip to content

Commit bd10429

Browse files
committed
Release 1.0.0.beta.1
1 parent 95d7c16 commit bd10429

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Master
3+
## 1.0.0.beta.1 (2015-12-30)
44

55
##### Enhancements
66

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
cocoapods-downloader (0.9.3)
4+
cocoapods-downloader (1.0.0.beta.1)
55

66
GEM
77
remote: https://rubygems.org/
@@ -80,4 +80,4 @@ DEPENDENCIES
8080
webmock (< 1.9)
8181

8282
BUNDLED WITH
83-
1.10.6
83+
1.11.2

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.3'
6+
VERSION = '1.0.0.beta.1'.freeze
77
end
88
end

0 commit comments

Comments
 (0)