branch: elpa/anzu
commit f57d1e6cebcedfc28e50464d313f626d32f85ef3
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
bump up version and update Changes
---
Changes | 5 +++++
anzu.el | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/Changes b/Changes
index 268215df12..6e9fb5b7d4 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
Revision history for anzu.el
+Revision 0.04 2013/09/28 syohex
+ Thanks Bozhidar Batsov!!
+ - Improve documentation
+ - Fix byte compile warning
+
Revision 0.03 2013/09/22 syohex
- Check isearch-regexp value for checking regexp search
diff --git a/anzu.el b/anzu.el
index b1c7888c04..ff4e271ff0 100644
--- a/anzu.el
+++ b/anzu.el
@@ -4,7 +4,7 @@
;; Author: Syohei YOSHIDA <[email protected]>
;; URL: https://github.com/syohex/emacs-anzu
-;; Version: 0.03
+;; Version: 0.04
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by