branch: elpa/anzu
commit 497864542b2a25aec8bcc2d5e074d3ad77e45add
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Bumpup version and update Changes
---
Changes | 4 ++++
anzu.el | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/Changes b/Changes
index 115bfc8c0a..f722f46b11 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for anzu.el
+Revision 0.34 2014/03/28 syohex
+ - Fix replacement issue
+ Reported by purcell.
+
Revision 0.33 2014/03/19 syohex
- Fix byte compile warnings for Emacs 24.3
diff --git a/anzu.el b/anzu.el
index 63ec15d2ff..a65ba410c1 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.33
+;; Version: 0.34
;; Package-Requires: ((cl-lib "0.5") (emacs "24"))
;; This program is free software; you can redistribute it and/or modify