branch: elpa/yaml-mode commit f378589912af8731428198ef57546c616d941df0 Merge: 2ace378 5abb2f4 Author: Vasilij Schneidermann <v.schneiderm...@gmail.com> Commit: GitHub <nore...@github.com>
Merge pull request #45 from dunn/master 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.")