[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ivy c843e05525 1/2: Bump version to point release 0.14.
From: |
Basil L. Contovounesios |
Subject: |
[elpa] externals/ivy c843e05525 1/2: Bump version to point release 0.14.1 |
Date: |
Wed, 25 Oct 2023 08:04:54 -0400 (EDT) |
branch: externals/ivy
commit c843e05525c9dc9b07402b9b89329f5177521e74
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>
Bump version to point release 0.14.1
* counsel.el:
* doc/ivy.org:
* ivy-avy.el:
* ivy-hydra.el:
* ivy.el:
* swiper.el: Bump version to 0.14.1 (#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 4c3cd02aa9..6e140f6c56 100644
--- a/counsel.el
+++ b/counsel.el
@@ -4,8 +4,8 @@
;; Author: Oleh Krehel <ohwoeowho@gmail.com>
;; URL: https://github.com/abo-abo/swiper
-;; Version: 0.14.0
-;; Package-Requires: ((emacs "24.5") (ivy "0.14.0") (swiper "0.14.0"))
+;; Version: 0.14.1
+;; Package-Requires: ((emacs "24.5") (ivy "0.14.1") (swiper "0.14.1"))
;; Keywords: convenience, matching, tools
;; This file is part of GNU Emacs.
diff --git a/doc/ivy.org b/doc/ivy.org
index 66f62827ff..005e1e3f67 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.0
+Ivy manual, version 0.14.1
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 ea7d2f7d07..5508096fca 100644
--- a/doc/ivy.texi
+++ b/doc/ivy.texi
@@ -8,7 +8,7 @@
@copying
@ifnottex
-Ivy manual, version 0.14.0
+Ivy manual, version 0.14.1
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 a7ff8643a6..3e9a60152e 100644
--- a/ivy-avy.el
+++ b/ivy-avy.el
@@ -4,8 +4,8 @@
;; Author: Oleh Krehel <ohwoeowho@gmail.com>
;; URL: https://github.com/abo-abo/swiper
-;; Version: 0.14.0
-;; Package-Requires: ((emacs "24.5") (ivy "0.14.0") (avy "0.5.0"))
+;; Version: 0.14.1
+;; Package-Requires: ((emacs "24.5") (ivy "0.14.1") (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 fef764bf77..68c1846983 100644
--- a/ivy-hydra.el
+++ b/ivy-hydra.el
@@ -4,8 +4,8 @@
;; Author: Oleh Krehel <ohwoeowho@gmail.com>
;; URL: https://github.com/abo-abo/swiper
-;; Version: 0.14.0
-;; Package-Requires: ((emacs "24.5") (ivy "0.14.0") (hydra "0.14.0"))
+;; Version: 0.14.1
+;; Package-Requires: ((emacs "24.5") (ivy "0.14.1") (hydra "0.14.0"))
;; Keywords: convenience
;; This file is part of GNU Emacs.
diff --git a/ivy.el b/ivy.el
index 78ca834600..99d3196c0e 100644
--- a/ivy.el
+++ b/ivy.el
@@ -4,7 +4,7 @@
;; Author: Oleh Krehel <ohwoeowho@gmail.com>
;; URL: https://github.com/abo-abo/swiper
-;; Version: 0.14.0
+;; Version: 0.14.1
;; Package-Requires: ((emacs "24.5"))
;; Keywords: matching
diff --git a/swiper.el b/swiper.el
index 674890b47a..30c237b5cc 100644
--- a/swiper.el
+++ b/swiper.el
@@ -4,8 +4,8 @@
;; Author: Oleh Krehel <ohwoeowho@gmail.com>
;; URL: https://github.com/abo-abo/swiper
-;; Version: 0.14.0
-;; Package-Requires: ((emacs "24.5") (ivy "0.14.0"))
+;; Version: 0.14.1
+;; Package-Requires: ((emacs "24.5") (ivy "0.14.1"))
;; Keywords: matching
;; This file is part of GNU Emacs.