branch: elpa/anzu
commit c4a440af86d8cb86b44d5cd365bad594913eb9bd
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 c7c09db236..48a74a03f9 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for anzu.el
+Revision 0.47 2015/01/21 syohex
+ - Fix displaying wrong current position in replacement commands
+
Revision 0.46 2015/01/10 syohex
- Refactoring for evil-anzu
diff --git a/anzu.el b/anzu.el
index a92067557b..08d6e0801b 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.46
+;; Version: 0.47
;; Package-Requires: ((cl-lib "0.5") (emacs "24"))
;; This program is free software; you can redistribute it and/or modify