summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2018-12-13 00:44:54 +0200
committerDmitry Gutov <dgutov@yandex.ru>2018-12-13 00:44:54 +0200
commitac82e875e144b227e926c09c53def9b0c059115c (patch)
treea8fb7c69b251d576f3d68c1d418026aab5a01a46
parent8407ff3569250913d7358fc6bc7d79d0b336a40f (diff)
Release 0.9.9
-rw-r--r--NEWS.md2
-rw-r--r--company.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index 2e88ddf..72f86d7 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,6 @@
# History of user-visible changes
-## Next
+## 2018-12-13 (0.9.9)
* Fix for the changes in the previous release.
* New hook `company-after-completion-hook`.
diff --git a/company.el b/company.el
index b86574c..1e91d06 100644
--- a/company.el
+++ b/company.el
@@ -5,7 +5,7 @@
;; Author: Nikolaj Schumacher
;; Maintainer: Dmitry Gutov <dgutov@yandex.ru>
;; URL: http://company-mode.github.io/
-;; Version: 0.9.8
+;; Version: 0.9.9
;; Keywords: abbrev, convenience, matching
;; Package-Requires: ((emacs "24.3"))