From 522278f797516ac3bce65760ea08e5f8ba2b9ad2 Mon Sep 17 00:00:00 2001 From: mopemope Date: Thu, 7 May 2020 00:06:24 +0900 Subject: [PATCH] bump up --- meghanada.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meghanada.el b/meghanada.el index c14b758..8852fee 100644 --- a/meghanada.el +++ b/meghanada.el @@ -1,12 +1,12 @@ ;;; meghanada.el --- A better java development mode -*- coding: utf-8; lexical-binding: t; -*- -;; Copyright (C) 2016 - 2019 Yutaka Matsubara +;; Copyright (C) 2016 - 2020 Yutaka Matsubara ;; License: http://www.gnu.org/licenses/gpl.html ;; Author: Yutaka Matsubara (yutaka.matsubara@gmail.com) ;; Homepage: https://github.com/mopemope/meghanada-emacs ;; Keywords: languages java -;; Package-Version: 1.3.0 +;; Package-Version: 1.3.1 ;; 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 @@ -49,7 +49,7 @@ ;; Const ;; -(defconst meghanada-version "1.3.0") +(defconst meghanada-version "1.3.1") (defconst meghanada-setup-version "0.0.2") (defconst meghanada--eot "\n;;EOT\n") (defconst meghanada--junit-buf-name "*meghanada-junit*")