Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
mopemope committed Jan 22, 2019
2 parents 42008f3 + ef9547f commit 8905ed8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions meghanada.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Author: Yutaka Matsubara ([email protected])
;; 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
Expand Down Expand Up @@ -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*")
Expand Down

0 comments on commit 8905ed8

Please sign in to comment.