bump version to 0.3

This commit is contained in:
William McKinnon 2023-05-21 00:10:36 -04:00
parent ff2a37cfbd
commit d010f48f9a
3 changed files with 5 additions and 5 deletions

View file

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

View file

@ -4,11 +4,11 @@
# 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.2 %global Tag 0.3
Name: {{{ git_dir_name }}} Name: {{{ git_dir_name }}}
Version: %{Tag} Version: %{Tag}
Release: 3%{?dist} Release: 1%{?dist}
Summary: SwayFX: Sway, but with eye candy! Summary: SwayFX: Sway, but with eye candy!
License: MIT License: MIT
URL: https://github.com/WillPower3309/swayfx URL: https://github.com/WillPower3309/swayfx

View file

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