From 525b2e4887dd839045313f32d3ddeb5cab4c7a7e Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Sat, 26 Jan 2019 21:35:18 +0100 Subject: [PATCH] ivy.el: Release 0.11.0 --- colir.el | 2 +- counsel.el | 6 +++--- ivy-hydra.el | 6 +++--- ivy-overlay.el | 2 +- ivy-test.el | 2 +- ivy.el | 4 ++-- swiper.el | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/colir.el b/colir.el index cc2a56d9..9e61273b 100644 --- a/colir.el +++ b/colir.el @@ -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 diff --git a/counsel.el b/counsel.el index 4681a327..97423ec1 100644 --- a/counsel.el +++ b/counsel.el @@ -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 ;; 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. diff --git a/ivy-hydra.el b/ivy-hydra.el index fad78a63..5b0054e8 100644 --- a/ivy-hydra.el +++ b/ivy-hydra.el @@ -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 ;; 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. diff --git a/ivy-overlay.el b/ivy-overlay.el index ce5fd354..5a2e5e77 100644 --- a/ivy-overlay.el +++ b/ivy-overlay.el @@ -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 ;; Keywords: convenience diff --git a/ivy-test.el b/ivy-test.el index 8cfc801c..7fc34bef 100644 --- a/ivy-test.el +++ b/ivy-test.el @@ -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 diff --git a/ivy.el b/ivy.el index 46e53440..7d833a69 100644 --- a/ivy.el +++ b/ivy.el @@ -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 ;; URL: https://github.com/abo-abo/swiper -;; Version: 0.10.0 +;; Version: 0.11.0 ;; Package-Requires: ((emacs "24.1")) ;; Keywords: matching diff --git a/swiper.el b/swiper.el index def9e544..0fe67794 100644 --- a/swiper.el +++ b/swiper.el @@ -4,8 +4,8 @@ ;; Author: Oleh Krehel ;; 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.