Skip to content

Commit

Permalink
Bumping version to 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshiki committed Nov 25, 2014
1 parent d1b8be6 commit 210b075
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.0.11 Tue Nov 25 08:35:56 GMT 2014
* Fix incorrect highlighting of colons in comments. (Wilfred)
0.0.10 Mon Aug 25 04:06:50 GMT 2014
* Remove default C-j binding. (barrkel)
0.0.9 Mon Mar 11 12:43:23 2013
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.0.10
VERSION=0.0.11
EMACS = emacs
PREFIX = /usr/local
INSTALLLIBDIR = $(PREFIX)/share/emacs/site-lisp
Expand Down
4 changes: 2 additions & 2 deletions yaml-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Yoshiki Kurihara <clouder@gmail.com>
;; Marshall T. Vandegrift <llasram@gmail.com>
;; Keywords: data yaml
;; Version: 0.0.10
;; Version: 0.0.11

;; This file is not part of Emacs

Expand Down Expand Up @@ -115,7 +115,7 @@ that key is pressed to begin a block literal."

;; Constants

(defconst yaml-mode-version "0.0.10" "Version of `yaml-mode'.")
(defconst yaml-mode-version "0.0.11" "Version of `yaml-mode'.")

(defconst yaml-blank-line-re "^ *$"
"Regexp matching a line containing only (valid) whitespace.")
Expand Down

0 comments on commit 210b075

Please sign in to comment.