From af407425f823e3759baa0320a41de5ffb0dec2da Mon Sep 17 00:00:00 2001 From: mopemope Date: Wed, 22 May 2019 23:28:00 +0900 Subject: [PATCH] bump up --- meghanada.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meghanada.el b/meghanada.el index 9687836..b26335c 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.1.3 +;; Package-Version: 1.2.0 ;; 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.1.3") +(defconst meghanada-version "1.2.0") (defconst meghanada-setup-version "0.0.2") (defconst meghanada--eot "\n;;EOT\n") (defconst meghanada--junit-buf-name "*meghanada-junit*")