branch: externals/yaml
commit 94ea32ecb7513ba2cca65e89ca3ec1fdbfaf8f58
Author: Zachary Romero <zacrom...@posteo.net>
Commit: Zachary Romero <zacrom...@posteo.net>

    version bump
---
 yaml.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/yaml.el b/yaml.el
index 0ed3667808..ff5de1ed21 100644
--- a/yaml.el
+++ b/yaml.el
@@ -3,7 +3,7 @@
 ;; Copyright © 2021 Zachary Romero <z...@posteo.org>
 
 ;; Author: Zachary Romero <z...@posteo.org>
-;; Version: 0.5.0
+;; Version: 0.5.1
 ;; Homepage: https://github.com/zkry/yaml.el
 ;; Package-Requires: ((emacs "25.1"))
 ;; Keywords: tools
@@ -45,7 +45,7 @@
 (require 'seq)
 (require 'cl-lib)
 
-(defconst yaml-parser-version "0.5.0")
+(defconst yaml-parser-version "0.5.1")
 
 (defvar yaml--parse-debug nil
   "Turn on debugging messages when parsing YAML when non-nil.

Reply via email to