From 3780eb081913d1aeef2bc5950891a3fbe3b3771d Mon Sep 17 00:00:00 2001 From: Ola Nilsson Date: Thu, 5 Oct 2023 23:20:38 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.31=20=E2=86=92=201.32?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- buttercup.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2b05497..dff3761 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.31 +current_version = 1.32 parse = (?P\d+)\.(?P.*) serialize = {major}.{minor} files = buttercup.el diff --git a/buttercup.el b/buttercup.el index abea84e..c4d08c2 100644 --- a/buttercup.el +++ b/buttercup.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2015-2017 Jorgen Schaefer ;; Copyright (C) 2018-2023 Ola Nilsson -;; Version: 1.31 +;; Version: 1.32 ;; Author: Jorgen Schaefer ;; Maintainer: Ola Nilsson ;; Package-Requires: ((emacs "24.3"))