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 95d7c16 commit bd10429Copy full SHA for bd10429
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Master
+## 1.0.0.beta.1 (2015-12-30)
4
5
##### Enhancements
6
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- cocoapods-downloader (0.9.3)
+ cocoapods-downloader (1.0.0.beta.1)
GEM
7
remote: https://rubygems.org/
@@ -80,4 +80,4 @@ DEPENDENCIES
80
webmock (< 1.9)
81
82
BUNDLED WITH
83
- 1.10.6
+ 1.11.2
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.3'
+ VERSION = '1.0.0.beta.1'.freeze
end
8
0 commit comments