diff options
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | projectile.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 95a6096..56f6a0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## 0.14.0 (2016-07-08) + ### New features * Add [elixir](http://elixir-lang.org) project type. diff --git a/projectile.el b/projectile.el index 05ac270..93caf79 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.14.0-cvs +;; Version: 0.14.0 ;; Package-Requires: ((dash "2.11.0") (pkg-info "0.4")) ;; This file is NOT part of GNU Emacs. |
