bump version

This commit is contained in:
John Bintz 2012-04-23 11:08:17 -04:00
parent 9b41a36841
commit 30e1ff8e51
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@ _site/
jhw.*.html
coverage/
tmp/
cache dir/

View File

@ -1,5 +1,5 @@
module Jasmine
module Headless
VERSION = "0.9.0.rc1"
VERSION = "0.9.0.rc.2"
end
end