diff options
| author | Bozhidar Batsov <bozhidar@batsov.com> | 2016-07-08 15:22:25 +0300 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.com> | 2016-07-08 15:22:25 +0300 |
| commit | 19fb9fa6590e1dc49afc3c8c5bd69cff6cf743a7 (patch) | |
| tree | 7455bb1b74b889943781688ef45fb3f06cd9c475 | |
| parent | 13088c70e777b13b127ff6826af9767ad5bf40b8 (diff) | |
Release 0.14.0v0.14.0
| -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. |
