lib/guard/jasmine/version.rb in guard-jasmine-2.0.6 vs lib/guard/jasmine/version.rb in guard-jasmine-2.1.0

- old
+ new

@@ -1,6 +1,6 @@ module Guard module JasmineVersion # Guard::Jasmine version that is used for the Gem specification - VERSION = '2.0.6' + VERSION = '2.1.0'.freeze end end