diff options
| author | Bozhidar Batsov <bozhidar@tradeo.com> | 2013-12-09 15:05:42 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@tradeo.com> | 2013-12-09 15:05:42 +0200 |
| commit | 0d100d9d5746c36431ca29b98c200d06bdd999f7 (patch) | |
| tree | 1f0b1c279f46949eda482b505d262ba7dd118d5a | |
| parent | 4a6e9d243e219a5824f459765e5c02ee2b099281 (diff) | |
Bump version to 0.10.0v0.10.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 475c119..8663cce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## 0.10.0 (12/09/2013) + ### New features * Added new command `projectile-find-file-other-window`. diff --git a/helm-projectile.el b/helm-projectile.el index a990f3d..5162854 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: 1.0.0-cvs -;; Package-Requires: ((helm "1.4.0") (projectile "0.9.2")) +;; Version: 0.10.0 +;; Package-Requires: ((helm "1.4.0") (projectile "0.10.0")) ;; This file is NOT part of GNU Emacs. diff --git a/projectile.el b/projectile.el index d0c97d5..9beb0ec 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: 1.0.0-cvs +;; Version: 0.10.0 ;; Package-Requires: ((s "1.6.0") (dash "1.5.0") (pkg-info "0.4")) ;; This file is NOT part of GNU Emacs. |
