Prepping for v1.2.0

This commit is contained in:
Carlo Sciolla 2016-11-09 12:21:12 +01:00
parent f796d9d73b
commit 2716f27034
1 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@
;; Author: Zhang Weize (zwz)
;; Maintainer: Carlo Sciolla (skuro)
;; Keywords: uml plantuml ascii
;; Version: 1.1.0
;; Version: 1.2.0
;; Package-Requires: ((emacs "24"))
;; You can redistribute this program and/or modify it under the terms
@ -28,6 +28,7 @@
;;; Change log:
;;
;; version 1.2.0, 2016-11-09 Added `plantuml-preview-current-buffer', courtesy of @7mamu4
;; version 1.1.1, 2016-11-08 Fix process handling with Windows native emacs; better file extention match for autoloading the mode
;; version 1.1.0, 2016-10-18 Make PlantUML run headless by default; introduced custom variable `plantuml-java-args' to control which arguments are passed to Plantuml.
;; version 1.0.1, 2016-10-17 Bugfix release: proper auto-mode-alist regex; init delayed at mode load; avoid calling hooks twice.
@ -59,7 +60,7 @@
(defvar plantuml-mode-hook nil "Standard hook for plantuml-mode.")
(defconst plantuml-mode-version "1.1.1" "The plantuml-mode version string.")
(defconst plantuml-mode-version "1.2.0" "The plantuml-mode version string.")
(defvar plantuml-mode-debug-enabled nil)