aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2013-04-26 12:49:02 +0300
committerBozhidar Batsov <bozhidar@tradeo.com>2013-04-26 12:49:02 +0300
commit480f5d889492199290a531fec12e64e2d364ac9d (patch)
tree452447c90bd7bc89e23fd5b272617585ef3af212
parent2193a4f6cb59f9a640b3c5c16925cdf76aa251c0 (diff)
Release 0.9.1v0.9.1
-rw-r--r--helm-projectile.el4
-rw-r--r--projectile.el4
2 files changed, 4 insertions, 4 deletions
diff --git a/helm-projectile.el b/helm-projectile.el
index 5ac0291..c5e3ea8 100644
--- a/helm-projectile.el
+++ b/helm-projectile.el
@@ -4,10 +4,10 @@
;; Author: Bozhidar Batsov
;; URL: https://github.com/bbatsov/projectile
-;; Version: 0.9.0
+;; Version: 0.9.1
;; Created: 2011-31-07
;; Keywords: project, convenience
-;; Package-Requires: ((helm "1.4.0") (projectile "0.9.0"))
+;; Package-Requires: ((helm "1.4.0") (projectile "0.9.1"))
;; This file is NOT part of GNU Emacs.
diff --git a/projectile.el b/projectile.el
index aa71af0..5258db6 100644
--- a/projectile.el
+++ b/projectile.el
@@ -4,7 +4,7 @@
;; Author: Bozhidar Batsov
;; URL: https://github.com/bbatsov/projectile
-;; Version: 0.9.0
+;; Version: 0.9.1
;; Keywords: project, convenience
;; Package-Requires: ((s "1.0.0") (dash "1.0.0"))
@@ -51,7 +51,7 @@
:group 'tools
:group 'convenience)
-(defconst projectile-current-version "0.9.0"
+(defconst projectile-current-version "0.9.1"
"The current Projectile version.")
(defcustom projectile-use-native-indexing (eq system-type 'windows-nt)