Skip to content

Commit

Permalink
Bump version to point release 0.14.1
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
basil-conto committed Oct 25, 2023
1 parent c66769d commit c843e05
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions counsel.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

;; Author: Oleh Krehel <[email protected]>
;; 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.
Expand Down
2 changes: 1 addition & 1 deletion doc/ivy.org
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion doc/ivy.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions ivy-avy.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

;; Author: Oleh Krehel <[email protected]>
;; 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
Expand Down
4 changes: 2 additions & 2 deletions ivy-hydra.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

;; Author: Oleh Krehel <[email protected]>
;; 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.
Expand Down
2 changes: 1 addition & 1 deletion ivy.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Oleh Krehel <[email protected]>
;; URL: https://github.com/abo-abo/swiper
;; Version: 0.14.0
;; Version: 0.14.1
;; Package-Requires: ((emacs "24.5"))
;; Keywords: matching

Expand Down
4 changes: 2 additions & 2 deletions swiper.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

;; Author: Oleh Krehel <[email protected]>
;; 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.
Expand Down

0 comments on commit c843e05

Please sign in to comment.