branch: master
commit cba688842ac089ad516155d1b2d6d73826929449
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
Bump version to 0.9.0
---
colir.el | 2 +-
counsel.el | 6 +++---
ivy-hydra.el | 6 +++---
ivy-overlay.el | 4 ++--
ivy-test.el | 2 +-
ivy.el | 4 ++--
swiper.el | 6 +++---
7 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/colir.el b/colir.el
index 849a022..9ab724f 100644
--- a/colir.el
+++ b/colir.el
@@ -1,6 +1,6 @@
;;; colir.el --- Color blending library -*- lexical-binding: t -*-
-;; Copyright (C) 2015-2016 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2017 Free Software Foundation, Inc.
;; Author: Oleh Krehel <[email protected]>
diff --git a/counsel.el b/counsel.el
index 0004f62..4f5b392 100644
--- a/counsel.el
+++ b/counsel.el
@@ -1,11 +1,11 @@
;;; counsel.el --- Various completion functions using Ivy -*- lexical-binding:
t -*-
-;; Copyright (C) 2015-2016 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2017 Free Software Foundation, Inc.
;; Author: Oleh Krehel <[email protected]>
;; URL: https://github.com/abo-abo/swiper
-;; Version: 0.8.0
-;; Package-Requires: ((emacs "24.3") (swiper "0.8.0"))
+;; Version: 0.9.0
+;; Package-Requires: ((emacs "24.3") (swiper "0.9.0"))
;; Keywords: completion, matching
;; This file is part of GNU Emacs.
diff --git a/ivy-hydra.el b/ivy-hydra.el
index f3fe5c3..d4b8e5f 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-2016 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2017 Free Software Foundation, Inc.
;; Author: Oleh Krehel <[email protected]>
;; URL: https://github.com/abo-abo/swiper
-;; Version: 0.8.0
-;; Package-Requires: ((emacs "24.1") (ivy "0.8.0") (hydra "0.13.4"))
+;; Version: 0.9.0
+;; Package-Requires: ((emacs "24.1") (ivy "0.9.0") (hydra "0.13.4"))
;; Keywords: completion, matching, bindings
;; This file is part of GNU Emacs.
diff --git a/ivy-overlay.el b/ivy-overlay.el
index 29e9980..78344c7 100644
--- a/ivy-overlay.el
+++ b/ivy-overlay.el
@@ -1,6 +1,6 @@
-;;; ivy-overlay.el --- Overlay display functions for Ivy -*- lexical-binding:
t; -*-
+;;; ivy-overlay.el --- Overlay display functions for Ivy -*- lexical-binding:
t -*-
-;; Copyright (C) 2016 Oleh Krehel
+;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
;; Author: Oleh Krehel <[email protected]>
;; Keywords: convenience
diff --git a/ivy-test.el b/ivy-test.el
index b36b53b..8961ae4 100644
--- a/ivy-test.el
+++ b/ivy-test.el
@@ -1,6 +1,6 @@
;;; ivy-test.el --- tests for ivy
-;; Copyright (C) 2015-2016 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2017 Free Software Foundation, Inc.
;; Author: Oleh Krehel
diff --git a/ivy.el b/ivy.el
index e362b7f..7ef953a 100644
--- a/ivy.el
+++ b/ivy.el
@@ -1,10 +1,10 @@
;;; ivy.el --- Incremental Vertical completYon -*- lexical-binding: t -*-
-;; Copyright (C) 2015-2016 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2017 Free Software Foundation, Inc.
;; Author: Oleh Krehel <[email protected]>
;; URL: https://github.com/abo-abo/swiper
-;; Version: 0.8.0
+;; Version: 0.9.0
;; Package-Requires: ((emacs "24.1"))
;; Keywords: matching
diff --git a/swiper.el b/swiper.el
index 74243d1..3974326 100644
--- a/swiper.el
+++ b/swiper.el
@@ -1,11 +1,11 @@
;;; swiper.el --- Isearch with an overview. Oh, man! -*- lexical-binding: t -*-
-;; Copyright (C) 2015-2016 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2017 Free Software Foundation, Inc.
;; Author: Oleh Krehel <[email protected]>
;; URL: https://github.com/abo-abo/swiper
-;; Version: 0.8.0
-;; Package-Requires: ((emacs "24.1") (ivy "0.8.0"))
+;; Version: 0.9.0
+;; Package-Requires: ((emacs "24.1") (ivy "0.9.0"))
;; Keywords: matching
;; This file is part of GNU Emacs.