Skip to content

Commit

Permalink
Release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bozhidar Batsov committed Dec 19, 2014
1 parent f867ecb commit cad8228
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

### 4.0.1 (19/12/2014)

### Bugs fixed

* Indent properly `as->`.
Expand Down
4 changes: 2 additions & 2 deletions clojure-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
;; Bozhidar Batsov <[email protected]>
;; URL: http://github.com/clojure-emacs/clojure-mode
;; Keywords: languages clojure clojurescript lisp
;; Version: 4.0.0
;; Version: 4.0.1
;; Package-Requires: ((emacs "24.1"))

;; This file is not part of GNU Emacs.
Expand Down Expand Up @@ -83,7 +83,7 @@
:link '(url-link :tag "Github" "https://github.com/clojure-emacs/clojure-mode")
:link '(emacs-commentary-link :tag "Commentary" "clojure-mode"))

(defconst clojure-mode-version "4.0.0"
(defconst clojure-mode-version "4.0.1"
"The current version of `clojure-mode'.")

(defface clojure-keyword-face
Expand Down

0 comments on commit cad8228

Please sign in to comment.