diff options
Diffstat (limited to 'company-ebuild.el')
-rw-r--r-- | company-ebuild.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/company-ebuild.el b/company-ebuild.el index 15224af..8cc9d83 100644 --- a/company-ebuild.el +++ b/company-ebuild.el @@ -21,7 +21,7 @@ ;; Authors: Maciej Barć <xgqt@gentoo.org> ;; Created: 16 Aug 2022 -;; Version: 0.1.0 +;; Version: 0.1.1 ;; Keywords: languages ;; Homepage: https://gitweb.gentoo.org/proj/company-ebuild.git ;; Package-Requires: ((emacs "25.1")) @@ -47,7 +47,7 @@ (require 'company-ebuild-keywords) -(defconst company-ebuild-version "0.1.0" +(defconst company-ebuild-version "0.1.1" "Company-Ebuild version.") |