From 8e7bc5ca65db6f8f26b7a6731994048c3433ec71 Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Fri, 2 Dec 2022 01:39:45 +0100 Subject: company-ebuild.el: bump to 0.1.3 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(-) (limited to 'company-ebuild.el') diff --git a/company-ebuild.el b/company-ebuild.el index 555350a..1490251 100644 --- a/company-ebuild.el +++ b/company-ebuild.el @@ -21,7 +21,7 @@ ;; Authors: Maciej Barć ;; Created: 16 Aug 2022 -;; Version: 0.1.2 +;; Version: 0.1.3 ;; Keywords: languages ;; Homepage: https://gitweb.gentoo.org/proj/company-ebuild.git ;; Package-Requires: ((emacs "26.2")) @@ -48,7 +48,7 @@ (require 'company-ebuild-keywords) -(defconst company-ebuild-version "0.1.2" +(defconst company-ebuild-version "0.1.3" "Company-Ebuild version.") -- cgit v1.2.3-65-gdbad