branch: elpa/yaml-mode commit 5abb2f441e2537b2e3706d3d45d2b1a207d7ba2f Author: Alex Dunn <dunn.a...@gmail.com> Commit: Alex Dunn <dunn.a...@gmail.com>
update yaml-mode-version --- yaml-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaml-mode.el b/yaml-mode.el index 3ad98b9..44650be 100644 --- a/yaml-mode.el +++ b/yaml-mode.el @@ -117,7 +117,7 @@ that key is pressed to begin a block literal." ;; Constants -(defconst yaml-mode-version "0.0.12" "Version of `yaml-mode'.") +(defconst yaml-mode-version "0.0.13" "Version of `yaml-mode'.") (defconst yaml-blank-line-re "^ *$" "Regexp matching a line containing only (valid) whitespace.")