branch: externals/ivy-avy commit 0116a92fb7e4f017830a0a39baacf1eed4a64178 Author: Basil L. Contovounesios <conto...@tcd.ie> Commit: Basil L. Contovounesios <conto...@tcd.ie>
Bump version to point release 0.13.4 The last version bump was introduced in elpa.git via a git-merge, which isn't supported by its version change detection scripts. This version bump is introduced without any merges, to finally bring the packages on elpa.gnu.org up to speed. See the following discussion: https://lists.gnu.org/r/emacs-devel/2021-02/msg01935.html https://lists.gnu.org/r/emacs-devel/2021-03/msg00490.html * ivy-avy.el: Bump version to point release 0.13.4. --- ivy-avy.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ivy-avy.el b/ivy-avy.el index 282d9bc..e4c97b4 100644 --- a/ivy-avy.el +++ b/ivy-avy.el @@ -4,8 +4,8 @@ ;; Author: Oleh Krehel <ohwoeo...@gmail.com> ;; URL: https://github.com/abo-abo/swiper -;; Version: 0.13.3 -;; Package-Requires: ((emacs "24.5") (ivy "0.13.3") (avy "0.5.0")) +;; Version: 0.13.4 +;; Package-Requires: ((emacs "24.5") (ivy "0.13.4") (avy "0.5.0")) ;; Keywords: convenience ;; This program is free software; you can redistribute it and/or modify