Skip to content

Commit

Permalink
Bump version to 1.0.0 to avoid confusion with the released version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawrence Oluyede committed Jul 22, 2015
1 parent ec30c97 commit 75957da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
1.0.0
4 changes: 2 additions & 2 deletions parse-ruby-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: parse-ruby-client 0.3.0 ruby lib
# stub: parse-ruby-client 1.0.0 ruby lib

Gem::Specification.new do |s|
s.name = "parse-ruby-client"
s.version = "0.3.0"
s.version = "1.0.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
Expand Down

2 comments on commit 75957da

@thiagogabriel
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@adelevie Shouldn't it be updated to 1.0.0 on rubygems?

@rhymes
Copy link
Contributor

@rhymes rhymes commented on 75957da Jul 28, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@thiagogabriel not until we release it, there's some work todo: https://github.com/adelevie/parse-ruby-client/milestones/1.0.0

Please sign in to comment.