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 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.