emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/yaml-mode b738999 010/124: changed version


From: ELPA Syncer
Subject: [nongnu] elpa/yaml-mode b738999 010/124: changed version
Date: Sun, 29 Aug 2021 11:36:03 -0400 (EDT)

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 <kurihara@cpan.org>
 ;;         Marshall T. Vandegrift <llasram@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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]