aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--helm-projectile.el4
-rw-r--r--projectile.el2
3 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 72254f6..9e9bc26 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## master (unreleased)
+## 0.13.0 (10/21/2015)
+
### New features
* Add `projectile-before-switch-project-hook`.
diff --git a/helm-projectile.el b/helm-projectile.el
index 0e2e888..b57fc09 100644
--- a/helm-projectile.el
+++ b/helm-projectile.el
@@ -6,8 +6,8 @@
;; URL: https://github.com/bbatsov/projectile
;; Created: 2011-31-07
;; Keywords: project, convenience
-;; Version: 0.12.0
-;; Package-Requires: ((helm "1.7.7") (projectile "0.12.0") (dash "1.5.0") (cl-lib "0.3"))
+;; Version: 0.13.0
+;; Package-Requires: ((helm "1.7.7") (projectile "0.13.0") (dash "1.5.0") (cl-lib "0.3"))
;; This file is NOT part of GNU Emacs.
diff --git a/projectile.el b/projectile.el
index f7366eb..32a4e53 100644
--- a/projectile.el
+++ b/projectile.el
@@ -5,7 +5,7 @@
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/projectile
;; Keywords: project, convenience
-;; Version: 0.13.0-cvs
+;; Version: 0.13.0
;; Package-Requires: ((dash "2.11.0") (pkg-info "0.4"))
;; This file is NOT part of GNU Emacs.