ver: bump to 0.3.1

This commit is contained in:
William McKinnon 2023-06-02 19:21:26 -04:00
parent 11451465ad
commit 15bf6ae835
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Maintainer: Erik Reider <erik.reider@protonmail.com> # Maintainer: Erik Reider <erik.reider@protonmail.com>
_pkgname=swayfx _pkgname=swayfx
pkgname="$_pkgname" pkgname="$_pkgname"
pkgver=0.3 pkgver=0.3.1
pkgrel=1 pkgrel=1
license=("MIT") license=("MIT")
pkgdesc="SwayFX: Sway, but with eye candy!" pkgdesc="SwayFX: Sway, but with eye candy!"

View file

@ -4,7 +4,7 @@
# Change to current Sway base version! # Change to current Sway base version!
%global SwayBaseVersion 1.8.1 %global SwayBaseVersion 1.8.1
# Change to current SwayFX tag! # Change to current SwayFX tag!
%global Tag 0.3 %global Tag 0.3.1
Name: {{{ git_dir_name }}} Name: {{{ git_dir_name }}}
Version: %{Tag} Version: %{Tag}

View file

@ -1,7 +1,7 @@
project( project(
'sway', 'sway',
'c', 'c',
version: '0.3', version: '0.3.1',
license: 'MIT', license: 'MIT',
meson_version: '>=0.60.0', meson_version: '>=0.60.0',
default_options: [ default_options: [