branch: elpa/anzu
commit b211f9a50fdab1e30738e2d7f07073c2cff62842
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Bump up version and update Changes
---
Changes | 3 +++
anzu.el | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/Changes b/Changes
index 78268377e2..f23599a910 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for anzu.el
+Revision 0.17 2013/10/28 syohex
+ - Fix case fold issue
+
Revision 0.16 2013/10/27 syohex
- Improve for performance at not regexp replace command
diff --git a/anzu.el b/anzu.el
index c0ad3a3e0a..a72aa97d71 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.16
+;; Version: 0.17
;; 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