From 43367aeb29e58a4fa87368b4ef0225084c204aa5 Mon Sep 17 00:00:00 2001 From: "ddterm-automation[bot]" <113067452+ddterm-automation[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 05:04:47 +0000 Subject: [PATCH] Post-release version bump [ci skip] --- PKGBUILD | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 6f6fc8a0e..b10fc6383 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=gnome-shell-extension-ddterm-git -pkgver=51 +pkgver=52 pkgrel=1 pkgdesc="Another Drop Down Terminal Extension for GNOME Shell" arch=('any') diff --git a/meson.build b/meson.build index cff594be2..4b58c88a9 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'ddterm', - version : '51', + version : '52', meson_version : '>= 1.0.0', license : 'GPL-3.0-or-later', default_options : ['prefix=/usr']