From 374502a375ecb383859af0db55156bfbc3fb4fff Mon Sep 17 00:00:00 2001 From: Michael Kessler Date: Wed, 13 Mar 2013 08:39:14 +0100 Subject: [PATCH] Release 1.13.2 --- CHANGELOG.md | 2 +- lib/guard/jasmine/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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