branch: externals/ivy
commit 9d99a8b78457eab732c9fb68c14bdb30bdb76ac9
Author: Basil L. Contovounesios <ba...@contovou.net>
Commit: Basil L. Contovounesios <ba...@contovou.net>

    Bump version to 0.15.0
    
    * ivy.el:
    * doc/ivy.org (Copying): Bump version to 0.15.0.
    (Installation): Fix typo.
    
    * doc/ivy.texi: Regenerate docs.
---
 doc/ivy.org  | 4 ++--
 doc/ivy.texi | 4 ++--
 ivy.el       | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/ivy.org b/doc/ivy.org
index d54cdaf1f6..72677bd5c0 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.2
+Ivy manual, version 0.15.0
 
 Ivy is an interactive interface for completion in Emacs. Emacs uses
 completion mechanism in a variety of contexts: code, menus, commands,
@@ -152,7 +152,7 @@ Emacs 24.5 is the oldest version to run Ivy.
 Ivy is installed alongside the =counsel= package, which is available
 from two different package archives, GNU ELPA and MELPA.  For the
 latest stable version, use the GNU ELPA archive.  For the latest
-development snaphshot, use the GNU-devel ELPA archive.
+development snapshot, use the GNU-devel ELPA archive.
 
 Ivy is split into three packages: =ivy=, =swiper= and =counsel=; by
 installing =counsel=, the other two are brought in as dependencies.
diff --git a/doc/ivy.texi b/doc/ivy.texi
index cb2a609127..ce3fa0c38f 100644
--- a/doc/ivy.texi
+++ b/doc/ivy.texi
@@ -8,7 +8,7 @@
 
 @copying
 @ifnottex
-Ivy manual, version 0.14.2
+Ivy manual, version 0.15.0
 
 Ivy is an interactive interface for completion in Emacs. Emacs uses
 completion mechanism in a variety of contexts: code, menus, commands,
@@ -219,7 +219,7 @@ Emacs 24.5 is the oldest version to run Ivy.
 Ivy is installed alongside the @code{counsel} package, which is available
 from two different package archives, GNU ELPA and MELPA@.  For the
 latest stable version, use the GNU ELPA archive.  For the latest
-development snaphshot, use the GNU-devel ELPA archive.
+development snapshot, use the GNU-devel ELPA archive.
 
 Ivy is split into three packages: @code{ivy}, @code{swiper} and 
@code{counsel}; by
 installing @code{counsel}, the other two are brought in as dependencies.
diff --git a/ivy.el b/ivy.el
index 66e71ae32c..4c8e9d92cb 100644
--- a/ivy.el
+++ b/ivy.el
@@ -5,7 +5,7 @@
 ;; Author: Oleh Krehel <ohwoeo...@gmail.com>
 ;; Maintainer: Basil L. Contovounesios <ba...@contovou.net>
 ;; URL: https://github.com/abo-abo/swiper
-;; Version: 0.14.2
+;; Version: 0.15.0
 ;; Package-Requires: ((emacs "24.5"))
 ;; Keywords: matching
 

Reply via email to