Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
2.0 release - now works on windows also
  • Loading branch information
haf committed Jul 7, 2011
1 parent 39e8d77 commit d00c770
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .semver
@@ -1,5 +1,5 @@
---
:major: 1
:major: 2
:minor: 0
:patch: 6
:patch: 0
:special: ""
2 changes: 1 addition & 1 deletion semver2.gemspec
Expand Up @@ -10,6 +10,6 @@ Gem::Specification.new do |spec|
spec.authors = ["Francesco Lazzarino", "Henrik Feldt"]
spec.homepage = 'https://github.com/haf/semver'
spec.executables << 'semver'
spec.files = [".semver", "semver.gemspec", "README.md"] + Dir["lib/**/*.rb"] + Dir['bin/*']
spec.files = [".semver", "semver2.gemspec", "README.md"] + Dir["lib/**/*.rb"] + Dir['bin/*']
spec.has_rdoc = true
end

0 comments on commit d00c770

Please sign in to comment.