From d29909b68ccac2b7501a6238ad47867d8beee29a Mon Sep 17 00:00:00 2001 From: Michael Kessler Date: Wed, 26 Sep 2012 15:46:05 +0200 Subject: [PATCH] Release 1.4.0 --- CHANGELOG.md | 4 ++-- lib/guard/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 103422881..de6be9aea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Master +## 1.4.0 - 26 September, 2012 - [#331][] Add tmux notifier. ([@royvandewater][]) @@ -674,4 +674,4 @@ The Listen integration has been supervised by [@thibaudgg][] and executed by [@M [@waldo]: https://github.com/waldo [@wereHamster]: https://github.com/wereHamster [@yannlugrin]: https://github.com/yannlugrin -[@zonque]: https://github.com/zonque \ No newline at end of file +[@zonque]: https://github.com/zonque diff --git a/lib/guard/version.rb b/lib/guard/version.rb index 9604fb43c..2d6f16f35 100644 --- a/lib/guard/version.rb +++ b/lib/guard/version.rb @@ -1,4 +1,4 @@ module Guard # The current gem version of Guard - VERSION = '1.3.3' + VERSION = '1.4.0' end