Skip to content

Commit 8905ed8

Browse files
committed
Merge branch 'dev'
2 parents 42008f3 + ef9547f commit 8905ed8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

RELEASES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 1.0.12 (2019-01-22)
2+
3+
* Support Java 11.
4+
* Fix some bugs and improve stability.
5+
16
# Version 1.0.11 (2019-01-09)
27

38
* Improve completion order.

meghanada.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Author: Yutaka Matsubara (yutaka.matsubara@gmail.com)
77
;; Homepage: https://github.com/mopemope/meghanada-emacs
88
;; Keywords: languages java
9-
;; Package-Version: 1.0.11
9+
;; Package-Version: 1.0.12
1010
;; Package-Requires: ((emacs "24.3") (yasnippet "0.6.1") (company "0.9.0") (flycheck "0.23"))
1111

1212
;; This program is free software; you can redistribute it and/or modify
@@ -48,7 +48,7 @@
4848
;; Const
4949
;;
5050

51-
(defconst meghanada-version "1.0.11")
51+
(defconst meghanada-version "1.0.12")
5252
(defconst meghanada-setup-version "0.0.2")
5353
(defconst meghanada--eot "\n;;EOT\n")
5454
(defconst meghanada--junit-buf-name "*meghanada-junit*")

0 commit comments

Comments
 (0)