Skip to content

Commit

Permalink
Version bump to 1.0.0a
Browse files Browse the repository at this point in the history
  • Loading branch information
stouset committed May 2, 2011
1 parent 546e88f commit b4e04a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.10.0
1.0.0a
6 changes: 3 additions & 3 deletions version.gemspec
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{version}
s.version = "0.10.0"
s.version = "1.0.0a"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Stephen Touset"]
s.date = %q{2011-04-29}
s.date = %q{2011-05-02}
s.email = %q{stephen@touset.org}
s.extra_rdoc_files = ["History.rdoc", "README.rdoc", "TODO.rdoc"]
s.files = ["History.rdoc", "License.txt", "Rakefile", "README.rdoc", "TODO.rdoc", "VERSION", "lib/rake/version_task.rb", "lib/version/component.rb", "lib/version/ext/array.rb", "lib/version/ext/hash.rb", "lib/version/ext/module.rb", "lib/version/ext/string.rb", "lib/version.rb", "spec/spec.opts", "spec/spec_helper.rb", "spec/version_spec.rb"]
Expand Down

0 comments on commit b4e04a5

Please sign in to comment.