Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
olabini committed Oct 16, 2009
1 parent 4f50216 commit 45485b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/package.rake
Expand Up @@ -9,7 +9,7 @@ Rake::Task['manifest'].invoke # Always regen manifest, so Hoe has up-to-date lis
begin
require 'hoe'
hoe = Hoe.spec("jvyaml") do |p|
p.version = "0.0.1"
p.version = "0.0.2"
p.url = "http://github.com/olabini/jvyaml-gem"
p.author = "Ola Bini"
p.email = "ola.bini@gmail.com"
Expand Down

0 comments on commit 45485b1

Please sign in to comment.