diff options
| author | Bozhidar Batsov <bozhidar@batsov.com> | 2015-10-21 12:48:01 +0300 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.com> | 2015-10-21 12:48:01 +0300 |
| commit | 1159110e83490f3b30d4d39e8c48022d3006900a (patch) | |
| tree | bd785d9395089c163e9e724f61ba25c92c17ffa9 | |
| parent | c694c8db810961a54cf91535de0378fea3591d15 (diff) | |
Release 0.13.0v0.13.0
| -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 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. |
