diff --git a/CHANGELOG.md b/CHANGELOG.md index 40377de..544e271 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Master +## 1.13.2 - March 13, 2013 - [#118](https://github.com/netzpirat/guard-jasmine/pull/118): Fix Rake task execution on Windows. ([@twill88][]) - [#117](https://github.com/netzpirat/guard-jasmine/issues/117): Fix load path issues on Windows. ([@twill88][]) diff --git a/lib/guard/jasmine/version.rb b/lib/guard/jasmine/version.rb index 121e1bf..7ac1a6f 100644 --- a/lib/guard/jasmine/version.rb +++ b/lib/guard/jasmine/version.rb @@ -1,6 +1,6 @@ module Guard module JasmineVersion # Guard::Jasmine version that is used for the Gem specification - VERSION = '1.13.1' + VERSION = '1.13.2' end end