From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1500555-garchives=archives.gentoo.org@lists.gentoo.org>
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 B189115864F
	for <garchives@archives.gentoo.org>; Sun, 26 Mar 2023 00:26:17 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E70ABE077F;
	Sun, 26 Mar 2023 00:26: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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id D1E07E077F
	for <gentoo-commits@lists.gentoo.org>; Sun, 26 Mar 2023 00:26: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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id D7E683411A4
	for <gentoo-commits@lists.gentoo.org>; Sun, 26 Mar 2023 00:26:15 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E0D794B
	for <gentoo-commits@lists.gentoo.org>; Sun, 26 Mar 2023 00:26:14 +0000 (UTC)
From: "Maciej Barć" <xgqt@gentoo.org>
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ć" <xgqt@gentoo.org>
Message-ID: <1679790350.94191cb76ecc468a105b2176bf8813fc1f836e48.xgqt@gentoo>
Subject: [gentoo-commits] proj/emacs-ebuild-snippets:master commit in: /
X-VCS-Repository: proj/emacs-ebuild-snippets
X-VCS-Files: ebuild-snippets.el
X-VCS-Directories: /
X-VCS-Committer: xgqt
X-VCS-Committer-Name: Maciej Barć
X-VCS-Revision: 94191cb76ecc468a105b2176bf8813fc1f836e48
X-VCS-Branch: master
Date: Sun, 26 Mar 2023 00:26:14 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 65575b22-0c35-4146-8f89-ab993b296504
X-Archives-Hash: e62c8b1c1f1f5c0ea550501190cfa73a

commit:     94191cb76ecc468a105b2176bf8813fc1f836e48
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 00:25:50 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 00:25:50 2023 +0000
URL:        https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git/commit/?id=94191cb7

bump to 2.0.3

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 ebuild-snippets.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebuild-snippets.el b/ebuild-snippets.el
index 004b893..ffdb491 100644
--- a/ebuild-snippets.el
+++ b/ebuild-snippets.el
@@ -21,7 +21,7 @@
 
 ;; Authors: Maciej Barć <xgqt@gentoo.org>
 ;; Created: 27 Feb 2023
-;; Version: 2.0.2
+;; Version: 2.0.3
 ;; Keywords: languages
 ;; Homepage: https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git
 ;; Package-Requires: ((emacs "24"))