Skip to content

Commit

Permalink
ivy.el: Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abo-abo committed Jan 26, 2019
1 parent 17603fc commit 525b2e4
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion colir.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; colir.el --- Color blending library -*- lexical-binding: t -*-

;; Copyright (C) 2015-2018 Free Software Foundation, Inc.
;; Copyright (C) 2015-2019 Free Software Foundation, Inc.

;; Author: Oleh Krehel <ohwoeowho@gmail.com>

Expand Down
6 changes: 3 additions & 3 deletions counsel.el
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
;;; counsel.el --- Various completion functions using Ivy -*- lexical-binding: t -*-

;; Copyright (C) 2015-2018 Free Software Foundation, Inc.
;; Copyright (C) 2015-2019 Free Software Foundation, Inc.

;; Author: Oleh Krehel <ohwoeowho@gmail.com>
;; URL: https://github.com/abo-abo/swiper
;; Version: 0.10.0
;; Package-Requires: ((emacs "24.3") (swiper "0.9.0"))
;; Version: 0.11.0
;; Package-Requires: ((emacs "24.3") (swiper "0.11.0"))
;; Keywords: convenience, matching, tools

;; This file is part of GNU Emacs.
Expand Down
6 changes: 3 additions & 3 deletions ivy-hydra.el
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
;;; ivy-hydra.el --- Additional key bindings for Ivy -*- lexical-binding: t -*-

;; Copyright (C) 2015-2018 Free Software Foundation, Inc.
;; Copyright (C) 2015-2019 Free Software Foundation, Inc.

;; Author: Oleh Krehel <ohwoeowho@gmail.com>
;; URL: https://github.com/abo-abo/swiper
;; Version: 0.10.0
;; Package-Requires: ((emacs "24.1") (ivy "0.9.0") (hydra "0.13.4"))
;; Version: 0.11.0
;; Package-Requires: ((emacs "24.1") (ivy "0.11.0") (hydra "0.13.4"))
;; Keywords: convenience

;; This file is part of GNU Emacs.
Expand Down
2 changes: 1 addition & 1 deletion ivy-overlay.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; ivy-overlay.el --- Overlay display functions for Ivy -*- lexical-binding: t -*-

;; Copyright (C) 2016-2018 Free Software Foundation, Inc.
;; Copyright (C) 2016-2019 Free Software Foundation, Inc.

;; Author: Oleh Krehel <ohwoeowho@gmail.com>
;; Keywords: convenience
Expand Down
2 changes: 1 addition & 1 deletion ivy-test.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; ivy-test.el --- tests for ivy -*- lexical-binding: t -*-

;; Copyright (C) 2015-2018 Free Software Foundation, Inc.
;; Copyright (C) 2015-2019 Free Software Foundation, Inc.

;; Author: Oleh Krehel

Expand Down
4 changes: 2 additions & 2 deletions ivy.el
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
;;; ivy.el --- Incremental Vertical completYon -*- lexical-binding: t -*-

;; Copyright (C) 2015-2018 Free Software Foundation, Inc.
;; Copyright (C) 2015-2019 Free Software Foundation, Inc.

;; Author: Oleh Krehel <ohwoeowho@gmail.com>
;; URL: https://github.com/abo-abo/swiper
;; Version: 0.10.0
;; Version: 0.11.0
;; Package-Requires: ((emacs "24.1"))
;; 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 <ohwoeowho@gmail.com>
;; URL: https://github.com/abo-abo/swiper
;; Version: 0.10.0
;; Package-Requires: ((emacs "24.1") (ivy "0.9.0"))
;; Version: 0.11.0
;; Package-Requires: ((emacs "24.1") (ivy "0.11.0"))
;; Keywords: matching

;; This file is part of GNU Emacs.
Expand Down

0 comments on commit 525b2e4

Please sign in to comment.