branch: elpa/anzu
commit dde4d83cfa4887db7deaf74232c9e051afb33050
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Bump up version and update Changes
---
Changes | 4 ++++
anzu.el | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/Changes b/Changes
index 60903a60b6..293fe87939 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for anzu.el
+Revision 0.60 2016/01/31 syohex
+ - Add replacement threshold(#66)
+ - Refactoring code
+
Revision 0.59 2015/10/15 syohex
- Fix replacement around region issue(#63 Thanks akicho8)
diff --git a/anzu.el b/anzu.el
index d0074237cd..942a4aa0a0 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.59
+;; Version: 0.60
;; Package-Requires: ((cl-lib "0.5") (emacs "24"))
;; This program is free software; you can redistribute it and/or modify