branch: elpa/yaml-mode commit b7389996fe08215815b2cb6fdc27e904926c30ff Author: User <yoshiki@facere.(none)> Commit: User <yoshiki@facere.(none)>
changed version --- yaml-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yaml-mode.el b/yaml-mode.el index 3b68299..ac9d9bb 100644 --- a/yaml-mode.el +++ b/yaml-mode.el @@ -5,7 +5,7 @@ ;; Author: Yoshiki Kurihara <kurih...@cpan.org> ;; Marshall T. Vandegrift <llas...@gmail.com> ;; Keywords: data yaml -;; Version: 0.0.3 +;; Version: 0.0.4 ;; This file is not part of Emacs @@ -107,7 +107,7 @@ that key is pressed to begin a block literal." ;; Constants -(defconst yaml-mode-version "0.0.3" "Version of `yaml-mode.'") +(defconst yaml-mode-version "0.0.4" "Version of `yaml-mode.'") (defconst yaml-blank-line-re "^ *$" "Regexp matching a line containing only (valid) whitespace.")