Skip to content

Commit

Permalink
Revert "Release 1.4.1"
Browse files Browse the repository at this point in the history
This reverts commit 6ceab88.

Conflicts:
	CHANGELOG.md
  • Loading branch information
netzpirat committed Oct 15, 2012
1 parent 919e0b9 commit b15cdbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Expand Up @@ -2,9 +2,6 @@


- Adds ability to override default options in emacs notifier. ([@d1][]) - Adds ability to override default options in emacs notifier. ([@d1][])
- Use `$stderr` instead of `STDERR` to allow redirection. ([@netzpirat][]) - Use `$stderr` instead of `STDERR` to allow redirection. ([@netzpirat][])

## 1.4.1 - 5 October, 2012

- [#334][] Extend `:tmux` notifier with use of `tmux display-message` and options to configure them. ([@matthijsgroen][]) - [#334][] Extend `:tmux` notifier with use of `tmux display-message` and options to configure them. ([@matthijsgroen][])


## 1.4.0 - 26 September, 2012 ## 1.4.0 - 26 September, 2012
Expand Down Expand Up @@ -686,4 +683,4 @@ The Listen integration has been supervised by [@thibaudgg][] and executed by [@M
[@waldo]: https://github.com/waldo [@waldo]: https://github.com/waldo
[@wereHamster]: https://github.com/wereHamster [@wereHamster]: https://github.com/wereHamster
[@yannlugrin]: https://github.com/yannlugrin [@yannlugrin]: https://github.com/yannlugrin
[@zonque]: https://github.com/zonque [@zonque]: https://github.com/zonque
2 changes: 1 addition & 1 deletion lib/guard/version.rb
@@ -1,4 +1,4 @@
module Guard module Guard
# The current gem version of Guard # The current gem version of Guard
VERSION = '1.4.1' VERSION = '1.4.0'
end end

0 comments on commit b15cdbb

Please sign in to comment.