branch: elpa/anzu
commit 31f70860efaed52139ec9db7c87104684e9df6a4
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 10a3f2d4ce..559621e7c4 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for anzu.el
+Revision 0.58 2015/10/09 syohex
+ - Fix byte-compile warning(#63 Thanks tarsius)
+
Revision 0.57 2015/09/29 syohex
- Fix about migemo exception(#62 Reported by kosh04)
diff --git a/anzu.el b/anzu.el
index e8b9450b57..44a9f0e607 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.57
+;; Version: 0.58
;; Package-Requires: ((cl-lib "0.5") (emacs "24"))
;; This program is free software; you can redistribute it and/or modify