diff --git a/.gitignore b/.gitignore index 54583c8..280bfd5 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ _site/ jhw.*.html coverage/ tmp/ +cache dir/ diff --git a/lib/jasmine/headless/version.rb b/lib/jasmine/headless/version.rb index 437ce0e..2960da5 100644 --- a/lib/jasmine/headless/version.rb +++ b/lib/jasmine/headless/version.rb @@ -1,5 +1,5 @@ module Jasmine module Headless - VERSION = "0.9.0.rc1" + VERSION = "0.9.0.rc.2" end end