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)