Skip to content

Commit

Permalink
release v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonini committed May 28, 2015
1 parent 3c15d1d commit 9feb8d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.15.0-dev (unreleased)
## v0.15.0 (2015-5-28)

### Enhancements

Expand Down
4 changes: 2 additions & 2 deletions alchemist.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Samuel Tonini <[email protected]>

;; URL: http://www.github.com/tonini/alchemist.el
;; Version: 0.15.0-cvs
;; Version: 0.15.0
;; Package-Requires: ((emacs "24"))
;; Keywords: languages, mix, elixir, elixirc, hex

Expand Down Expand Up @@ -59,7 +59,7 @@
"Hook which enables `alchemist-mode'"
(alchemist-mode 1))

(defvar alchemist--version "0.15.0-cvs")
(defvar alchemist--version "0.15.0")

;;;###autoload
(defun alchemist-version (&optional show-version)
Expand Down

0 comments on commit 9feb8d9

Please sign in to comment.