branch: master
commit db005182ad0fd05c07e8e5c085abe6c750e6c578
Author: Oleh Krehel <ohwoeo...@gmail.com>
Commit: Oleh Krehel <ohwoeo...@gmail.com>

    Bump version to 0.8.0
---
 counsel.el |    3 ++-
 ivy.el     |    1 +
 swiper.el  |    4 ++--
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/counsel.el b/counsel.el
index 81c9c25..2d612e3 100644
--- a/counsel.el
+++ b/counsel.el
@@ -4,7 +4,8 @@
 
 ;; Author: Oleh Krehel <ohwoeo...@gmail.com>
 ;; URL: https://github.com/abo-abo/swiper
-;; Package-Requires: ((emacs "24.1") (swiper "0.4.0"))
+;; Version: 0.8.0
+;; Package-Requires: ((emacs "24.1") (swiper "0.8.0"))
 ;; Keywords: completion, matching
 
 ;; This file is part of GNU Emacs.
diff --git a/ivy.el b/ivy.el
index f664e5d..36fa7b3 100644
--- a/ivy.el
+++ b/ivy.el
@@ -4,6 +4,7 @@
 
 ;; Author: Oleh Krehel <ohwoeo...@gmail.com>
 ;; URL: https://github.com/abo-abo/swiper
+;; Version: 0.8.0
 ;; Package-Requires: ((emacs "24.1"))
 ;; Keywords: matching
 
diff --git a/swiper.el b/swiper.el
index 2d4da5e..7c99a13 100644
--- a/swiper.el
+++ b/swiper.el
@@ -4,8 +4,8 @@
 
 ;; Author: Oleh Krehel <ohwoeo...@gmail.com>
 ;; URL: https://github.com/abo-abo/swiper
-;; Version: 0.7.0
-;; Package-Requires: ((emacs "24.1"))
+;; Version: 0.8.0
+;; Package-Requires: ((emacs "24.1") (ivy "0.8.0"))
 ;; Keywords: matching
 
 ;; This file is part of GNU Emacs.

Reply via email to