diff options
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | helm-projectile.el | 4 | ||||
| -rw-r--r-- | projectile.el | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 69061cb..eaf4984 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## 0.12.0 (03/29/2015) + ### New features * Replace Helm equivalent commands in `projectile-commander` when using Helm. diff --git a/helm-projectile.el b/helm-projectile.el index efa47fe..d8404a8 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.11.0 -;; Package-Requires: ((helm "1.4.0") (projectile "0.11.0") (dash "1.5.0") (cl-lib "0.3")) +;; Version: 0.12.0 +;; Package-Requires: ((helm "1.4.0") (projectile "0.12.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 2f68dd1..88b9124 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.11.0 +;; Version: 0.12.0 ;; Package-Requires: ((dash "1.5.0") (pkg-info "0.4")) ;; This file is NOT part of GNU Emacs. |
