branch: elpa/anzu
commit c26de0ecef5cf96c6f8e03464e24aac15d80dd44
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Bump up version and update Changes
---
Changes | 4 ++++
anzu.el | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/Changes b/Changes
index 3e7e7f23e2..6268043321 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for anzu.el
+Revision 0.31 2014/03/07 syohex
+ - Enable lexical-binding
+ - Update requirement cl-lib.el version
+
Revision 0.30 2014/02/02 syohex
- Fix wrong prompt issue
diff --git a/anzu.el b/anzu.el
index ca84395897..e168c7c07d 100644
--- a/anzu.el
+++ b/anzu.el
@@ -4,8 +4,8 @@
;; Author: Syohei YOSHIDA <[email protected]>
;; URL: https://github.com/syohex/emacs-anzu
-;; Version: 0.30
-;; Package-Requires: ((cl-lib "0.3"))
+;; Version: 0.31
+;; Package-Requires: ((cl-lib "0.5"))
;; 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