From 1590a75da6c3e25b726bc5e3e12656faab968917 Mon Sep 17 00:00:00 2001 From: Carlo Sciolla Date: Thu, 5 Sep 2019 10:38:56 +0200 Subject: [PATCH] Snapshot release --- README.md | 1 - plantuml-mode.el | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1586899..29f6d2f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ > > from [The Bitter Kingdom - Fire and Thorns #3](https://www.goodreads.com/book/show/11431896-the-bitter-kingdom) - A [PlantUML](http://plantuml.sourceforge.net/) major mode for Emacs. # Installation diff --git a/plantuml-mode.el b/plantuml-mode.el index 8f08c0c..f1271d1 100644 --- a/plantuml-mode.el +++ b/plantuml-mode.el @@ -94,7 +94,7 @@ (defvar plantuml-mode-hook nil "Standard hook for plantuml-mode.") -(defconst plantuml-mode-version "1.4.1" "The plantuml-mode version string.") +(defconst plantuml-mode-version "20190905.838" "The plantuml-mode version string.") (defvar plantuml-mode-debug-enabled nil)