From 95fe51b2f4069d5ba8aa5c46c505399490eac71e Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Wed, 17 Aug 2022 17:18:55 +0200 Subject: company-ebuild.el: bump to 0.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- company-ebuild.el | 4 ++-- 1 file 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ć ;; 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.") -- cgit v1.2.3-65-gdbad