diff --git a/RELEASES.md b/RELEASES.md index 5a2e219..73bf8cd 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,8 @@ +# Version 1.0.12 (2019-01-22) + +* Support Java 11. +* Fix some bugs and improve stability. + # Version 1.0.11 (2019-01-09) * Improve completion order. diff --git a/meghanada.el b/meghanada.el index b0d111c..bd8a0c1 100644 --- a/meghanada.el +++ b/meghanada.el @@ -6,7 +6,7 @@ ;; Author: Yutaka Matsubara (yutaka.matsubara@gmail.com) ;; Homepage: https://github.com/mopemope/meghanada-emacs ;; Keywords: languages java -;; Package-Version: 1.0.11 +;; Package-Version: 1.0.12 ;; Package-Requires: ((emacs "24.3") (yasnippet "0.6.1") (company "0.9.0") (flycheck "0.23")) ;; This program is free software; you can redistribute it and/or modify @@ -48,7 +48,7 @@ ;; Const ;; -(defconst meghanada-version "1.0.11") +(defconst meghanada-version "1.0.12") (defconst meghanada-setup-version "0.0.2") (defconst meghanada--eot "\n;;EOT\n") (defconst meghanada--junit-buf-name "*meghanada-junit*")