Skip to content

Commit

Permalink
bump v1.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tonini committed Jul 26, 2015
1 parent d1fdf12 commit a9ef8de
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

## v1.4.0 (unreleased)
## v1.3.1 (2015-07-26)

### 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: 1.4.0-cvs
;; Version: 1.3.1
;; Package-Requires: ((elixir-mode "2.2.5") (emacs "24.4") (company "0.8.0"))
;; Keywords: languages, mix, elixir, elixirc, hex

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

(defvar alchemist--version "1.4.0-cvs")
(defvar alchemist--version "1.3.1")

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

0 comments on commit a9ef8de

Please sign in to comment.