branch: master commit 2e24a088d660d0bf37585a664eddbbb6c4a8e20d Author: Vitalie Spinu <spinu...@gmail.com> Commit: Vitalie Spinu <spinu...@gmail.com>
Version 1.1 --- company-math.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/company-math.el b/company-math.el index 4b2b06a..383b4de 100644 --- a/company-math.el +++ b/company-math.el @@ -4,7 +4,7 @@ ;; Author: Vitalie Spinu ;; URL: https://github.com/vspinu/company-math ;; Keywords: Unicode, symbols, completion -;; Version: 1.0.1 +;; Version: 1.1 ;; Package-Requires: ((company "0.8.0") (math-symbol-lists "1.0")) ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -164,5 +164,4 @@ good support for mathematical symbols. (provide 'company-math) - ;;; company-math.el ends here