Skip to content

Commit

Permalink
Make version consistent and bump it to 0.4.1 (Fixes #61).
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed May 8, 2012
1 parent 66c326b commit 89203e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coffee-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Copyright (C) 2010 Chris Wanstrath

;; Version: 0.4.0
;; Version: 0.4.1
;; Keywords: CoffeeScript major mode
;; Author: Chris Wanstrath <chris@ozmm.org>
;; URL: http://github.com/defunkt/coffee-mode
Expand Down Expand Up @@ -66,7 +66,7 @@
;; Customizable Variables
;;

(defconst coffee-mode-version "0.3.0"
(defconst coffee-mode-version "0.4.1"
"The version of this `coffee-mode'.")

(defgroup coffee nil
Expand Down

0 comments on commit 89203e8

Please sign in to comment.