branch: elpa/anzu
commit f50be69c0f51b5547f0161e1265b59d6e4b6a910
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 48a5ddabc5..f30279f5d9 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for anzu.el
+Revision 0.22 2013/11/06 syohex
+ - Fix issue when using isearch-repeat-{forward,backward}
+
Revision 0.21 2013/11/05 syohex
- Fix different behavior from query-replace-regexp
diff --git a/anzu.el b/anzu.el
index 2c28a6d82e..38373b750a 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.21
+;; Version: 0.22
;; 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