Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Version bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcortesi committed Jan 31, 2012
1 parent ebba126 commit c894608
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.0.0
1.0.0
6 changes: 3 additions & 3 deletions backup-github.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = "backup-github"
s.version = "0.0.0"
s.version = "1.0.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Mariano A. Cortesi"]
Expand All @@ -15,15 +15,15 @@ Gem::Specification.new do |s|
s.executables = ["gh-backup-issues"]
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
"README.md"
]
s.files = [
".document",
".rspec",
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
"README.rdoc",
"README.md",
"Rakefile",
"VERSION",
"backup-github.gemspec",
Expand Down

0 comments on commit c894608

Please sign in to comment.