From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 50F5C158020 for ; Fri, 2 Dec 2022 00:40:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59C01E0995; Fri, 2 Dec 2022 00:40:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 402D3E0995 for ; Fri, 2 Dec 2022 00:40:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F8A633FEF1 for ; Fri, 2 Dec 2022 00:40:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACBEA4C8 for ; Fri, 2 Dec 2022 00:40:12 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1669941585.8e7bc5ca65db6f8f26b7a6731994048c3433ec71.xgqt@gentoo> Subject: [gentoo-commits] proj/company-ebuild:master commit in: / X-VCS-Repository: proj/company-ebuild X-VCS-Files: company-ebuild.el X-VCS-Directories: / X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 8e7bc5ca65db6f8f26b7a6731994048c3433ec71 X-VCS-Branch: master Date: Fri, 2 Dec 2022 00:40:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dd460cfc-46be-4e15-8598-84b9887b2031 X-Archives-Hash: 7201b478203efe6b932d43153ea457fd commit: 8e7bc5ca65db6f8f26b7a6731994048c3433ec71 Author: Maciej Barć gentoo org> AuthorDate: Fri Dec 2 00:39:45 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Dec 2 00:39:45 2022 +0000 URL: https://gitweb.gentoo.org/proj/company-ebuild.git/commit/?id=8e7bc5ca company-ebuild.el: bump to 0.1.3 Signed-off-by: Maciej Barć gentoo.org> company-ebuild.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.")