Skip to content

Commit

Permalink
Prepping for the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
skuro committed Aug 21, 2019
1 parent f7e3af3 commit b39c310
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plantuml-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

;;; Change log:
;;
;; version 1.4.0, 2019-08-21 Added `executable' exec mode to use locally installed `plantuml' binaries, various bugfixes
;; version 1.3.1, 2019-08-02 Fixed interactive behavior of `plantuml-set-exec-mode'
;; version 1.3.0, 2019-05-31 Added experimental support for multiple rendering modes and, specifically, preview using a PlantUML server
;; version 1.2.11, 2019-04-09 Added `plantuml-download-jar'
Expand Down Expand Up @@ -92,7 +93,7 @@

(defvar plantuml-mode-hook nil "Standard hook for plantuml-mode.")

(defconst plantuml-mode-version "20190821.1234" "The plantuml-mode version string.")
(defconst plantuml-mode-version "1.4.0" "The plantuml-mode version string.")

(defvar plantuml-mode-debug-enabled nil)

Expand Down

0 comments on commit b39c310

Please sign in to comment.