From 15bf6ae835f43a4b2cc870dafc525735dfedc54a Mon Sep 17 00:00:00 2001 From: William McKinnon Date: Fri, 2 Jun 2023 19:21:26 -0400 Subject: [PATCH] ver: bump to 0.3.1 --- build-scripts/aur/PKGBUILD | 2 +- build-scripts/swayfx.rpkg.spec | 2 +- meson.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build-scripts/aur/PKGBUILD b/build-scripts/aur/PKGBUILD index 7adf4094a..a3f393494 100644 --- a/build-scripts/aur/PKGBUILD +++ b/build-scripts/aur/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Erik Reider _pkgname=swayfx pkgname="$_pkgname" -pkgver=0.3 +pkgver=0.3.1 pkgrel=1 license=("MIT") pkgdesc="SwayFX: Sway, but with eye candy!" diff --git a/build-scripts/swayfx.rpkg.spec b/build-scripts/swayfx.rpkg.spec index 6ea9acd4f..418db3b92 100644 --- a/build-scripts/swayfx.rpkg.spec +++ b/build-scripts/swayfx.rpkg.spec @@ -4,7 +4,7 @@ # Change to current Sway base version! %global SwayBaseVersion 1.8.1 # Change to current SwayFX tag! -%global Tag 0.3 +%global Tag 0.3.1 Name: {{{ git_dir_name }}} Version: %{Tag} diff --git a/meson.build b/meson.build index f13c1eb0d..3332128a3 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'sway', 'c', - version: '0.3', + version: '0.3.1', license: 'MIT', meson_version: '>=0.60.0', default_options: [