branch: elpa/anzu
commit 31f1f8b817afbdeb0275a95c9994ddcef148a126
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 482bac0520..67f23a3633 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for anzu.el
+Revision 0.24 2013/11/20 syohex
+ - Fix invalid return type of 'anzu-replace-to-string-separator'
+
Revision 0.23 2013/11/08 syohex
- Add 'anzu-replace-to-string-separator' for separator of 'to' string
diff --git a/anzu.el b/anzu.el
index 8f711c7c2c..09b2b9f3ef 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.23
+;; Version: 0.24
;; 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