branch: externals/ivy
commit 97dfa3e7991aa7b713c04918ca0fbf43b7e3a201
Author: Basil L. Contovounesios <conto...@tcd.ie>
Commit: Basil L. Contovounesios <conto...@tcd.ie>

    Bump version to point release 0.14.2
    
    * ivy.el:
    * doc/ivy.org: Bump version to 0.14.2 (#3026).
    * doc/ivy.texi: Regenerate.
---
 doc/ivy.org  | 2 +-
 doc/ivy.texi | 2 +-
 ivy.el       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/ivy.org b/doc/ivy.org
index 005e1e3f67..a72149f173 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 5508096fca..401203cfeb 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.el b/ivy.el
index 99d3196c0e..76b56f751b 100644
--- a/ivy.el
+++ b/ivy.el
@@ -4,7 +4,7 @@
 
 ;; Author: Oleh Krehel <ohwoeo...@gmail.com>
 ;; URL: https://github.com/abo-abo/swiper
-;; Version: 0.14.1
+;; Version: 0.14.2
 ;; Package-Requires: ((emacs "24.5"))
 ;; Keywords: matching
 

Reply via email to