Skip to content

Commit

Permalink
Bump up
Browse files Browse the repository at this point in the history
  • Loading branch information
mopemope committed Jun 5, 2018
1 parent 467236b commit b10cee5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meghanada.el
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
;;; meghanada.el --- A better java development mode -*- coding: utf-8; lexical-binding: t; -*-

;; Copyright (C) 2017 Yutaka Matsubara
;; Copyright (C) 2018 Yutaka Matsubara
;; License: http://www.gnu.org/licenses/gpl.html

;; Author: Yutaka Matsubara ([email protected])
;; Homepage: https://github.com/mopemope/meghanada-emacs
;; Keywords: languages java
;; Package-Version: 1.0.4
;; Package-Version: 1.0.5
;; 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
Expand Down Expand Up @@ -48,7 +48,7 @@
;; Const
;;

(defconst meghanada-version "1.0.4")
(defconst meghanada-version "1.0.5")
(defconst meghanada-setup-version "0.0.2")
(defconst meghanada--eot "\n;;EOT\n")
(defconst meghanada--junit-buf-name "*meghanada-junit*")
Expand Down

0 comments on commit b10cee5

Please sign in to comment.