Skip to content

Commit

Permalink
bump release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonini committed Jun 16, 2015
1 parent 8fbade7 commit 261e5eb
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.0 (unreleased)
## v1.0 (2015-06-16)

### 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.0.0-cvs
;; Version: 1.0.0
;; Package-Requires: ((emacs "24"))
;; Keywords: languages, mix, elixir, elixirc, hex

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

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

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

0 comments on commit 261e5eb

Please sign in to comment.