From 8c30f4cab5948aa8d942a3b2bbf5fb6a94d9441d Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Thu, 26 Oct 2023 00:59:56 +0200 Subject: [PATCH] Bump version to point release 0.14.2 * counsel.el: * doc/ivy.org: * ivy-avy.el: * ivy-hydra.el: * ivy.el: * swiper.el: Bump version to 0.14.2 (#3026). * doc/ivy.texi: Regenerate. --- counsel.el | 4 ++-- doc/ivy.org | 2 +- doc/ivy.texi | 2 +- ivy-avy.el | 4 ++-- ivy-hydra.el | 4 ++-- ivy.el | 2 +- swiper.el | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/counsel.el b/counsel.el index 79f1a8a0..007db01a 100644 --- a/counsel.el +++ b/counsel.el @@ -5,8 +5,8 @@ ;; Author: Oleh Krehel ;; Maintainer: Basil L. Contovounesios ;; URL: https://github.com/abo-abo/swiper -;; Version: 0.14.1 -;; Package-Requires: ((emacs "24.5") (ivy "0.14.1") (swiper "0.14.1")) +;; Version: 0.14.2 +;; Package-Requires: ((emacs "24.5") (ivy "0.14.2") (swiper "0.14.2")) ;; Keywords: convenience, matching, tools ;; This file is part of GNU Emacs. diff --git a/doc/ivy.org b/doc/ivy.org index 005e1e3f..a72149f1 100644 --- a/doc/ivy.org +++ b/doc/ivy.org @@ -58,7 +58,7 @@ ivy-ox.el then ~C-c C-e i t~ in the ivy.org buffer. :CUSTOM_ID: copying :END: #+TEXINFO: @ifnottex -Ivy manual, version 0.14.1 +Ivy manual, version 0.14.2 Ivy is an interactive interface for completion in Emacs. Emacs uses completion mechanism in a variety of contexts: code, menus, commands, diff --git a/doc/ivy.texi b/doc/ivy.texi index 5508096f..401203cf 100644 --- a/doc/ivy.texi +++ b/doc/ivy.texi @@ -8,7 +8,7 @@ @copying @ifnottex -Ivy manual, version 0.14.1 +Ivy manual, version 0.14.2 Ivy is an interactive interface for completion in Emacs. Emacs uses completion mechanism in a variety of contexts: code, menus, commands, diff --git a/ivy-avy.el b/ivy-avy.el index da404e74..b313a0b9 100644 --- a/ivy-avy.el +++ b/ivy-avy.el @@ -5,8 +5,8 @@ ;; Author: Oleh Krehel ;; Maintainer: Basil L. Contovounesios ;; URL: https://github.com/abo-abo/swiper -;; Version: 0.14.1 -;; Package-Requires: ((emacs "24.5") (ivy "0.14.1") (avy "0.5.0")) +;; Version: 0.14.2 +;; Package-Requires: ((emacs "24.5") (ivy "0.14.2") (avy "0.5.0")) ;; Keywords: convenience ;; This program is free software; you can redistribute it and/or modify diff --git a/ivy-hydra.el b/ivy-hydra.el index 6f0cb026..259ad962 100644 --- a/ivy-hydra.el +++ b/ivy-hydra.el @@ -5,8 +5,8 @@ ;; Author: Oleh Krehel ;; Maintainer: Basil L. Contovounesios ;; URL: https://github.com/abo-abo/swiper -;; Version: 0.14.1 -;; Package-Requires: ((emacs "24.5") (ivy "0.14.1") (hydra "0.14.0")) +;; Version: 0.14.2 +;; Package-Requires: ((emacs "24.5") (ivy "0.14.2") (hydra "0.14.0")) ;; Keywords: convenience ;; This file is part of GNU Emacs. diff --git a/ivy.el b/ivy.el index 0a1e61fa..b8fe95f8 100644 --- a/ivy.el +++ b/ivy.el @@ -5,7 +5,7 @@ ;; Author: Oleh Krehel ;; Maintainer: Basil L. Contovounesios ;; URL: https://github.com/abo-abo/swiper -;; Version: 0.14.1 +;; Version: 0.14.2 ;; Package-Requires: ((emacs "24.5")) ;; Keywords: matching diff --git a/swiper.el b/swiper.el index 4b05786b..454a149e 100644 --- a/swiper.el +++ b/swiper.el @@ -5,8 +5,8 @@ ;; Author: Oleh Krehel ;; Maintainer: Basil L. Contovounesios ;; URL: https://github.com/abo-abo/swiper -;; Version: 0.14.1 -;; Package-Requires: ((emacs "24.5") (ivy "0.14.1")) +;; Version: 0.14.2 +;; Package-Requires: ((emacs "24.5") (ivy "0.14.2")) ;; Keywords: matching ;; This file is part of GNU Emacs.