summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build-scripts/aur/PKGBUILD4
-rw-r--r--build-scripts/swayfx.rpkg.spec4
-rw-r--r--meson.build2
3 files changed, 5 insertions, 5 deletions
diff --git a/build-scripts/aur/PKGBUILD b/build-scripts/aur/PKGBUILD
index d1ce9604..7adf4094 100644
--- a/build-scripts/aur/PKGBUILD
+++ b/build-scripts/aur/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Erik Reider <[email protected]>
_pkgname=swayfx
pkgname="$_pkgname"
-pkgver=0.2
-pkgrel=2
+pkgver=0.3
+pkgrel=1
license=("MIT")
pkgdesc="SwayFX: Sway, but with eye candy!"
makedepends=(
diff --git a/build-scripts/swayfx.rpkg.spec b/build-scripts/swayfx.rpkg.spec
index 96cb4b1a..6ea9acd4 100644
--- a/build-scripts/swayfx.rpkg.spec
+++ b/build-scripts/swayfx.rpkg.spec
@@ -4,11 +4,11 @@
# Change to current Sway base version!
%global SwayBaseVersion 1.8.1
# Change to current SwayFX tag!
-%global Tag 0.2
+%global Tag 0.3
Name: {{{ git_dir_name }}}
Version: %{Tag}
-Release: 3%{?dist}
+Release: 1%{?dist}
Summary: SwayFX: Sway, but with eye candy!
License: MIT
URL: https://github.com/WillPower3309/swayfx
diff --git a/meson.build b/meson.build
index 18d25f19..82dc01a3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'sway',
'c',
- version: '0.2',
+ version: '0.3',
license: 'MIT',
meson_version: '>=0.60.0',
default_options: [