From 6dc74d77e999281169109c5107a8365d987a5e6c Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Wed, 25 Oct 2023 21:25:25 +0200 Subject: bump to 2.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- VERSION | 2 +- ebuild-snippets.el | 4 ++-- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 7ec1d6d..ccbccc3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.0 +2.2.0 diff --git a/ebuild-snippets.el b/ebuild-snippets.el index cc7ba97..fccb40d 100644 --- a/ebuild-snippets.el +++ b/ebuild-snippets.el @@ -21,7 +21,7 @@ ;; Authors: Maciej Barć ;; Created: 27 Feb 2023 -;; Version: 2.1.0 +;; Version: 2.2.0 ;; Keywords: languages ;; Homepage: https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git ;; Package-Requires: ((emacs "24")) @@ -49,7 +49,7 @@ (require 'yasnippet) -(defconst ebuild-snippets-version "2.1.0" +(defconst ebuild-snippets-version "2.2.0" "Ebuild-Snippets version.") diff --git a/pyproject.toml b/pyproject.toml index fe2a6e7..1ac45c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.tbump.version] -current = "2.1.0" +current = "2.2.0" regex = ''' (?P\d+) \. -- cgit v1.2.3-65-gdbad