Skip to content

Commit 7fe1026

Browse files
committed
ver: bump to 0.3.2
1 parent 061dfaa commit 7fe1026

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build-scripts/aur/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Erik Reider <[email protected]>
22
_pkgname=swayfx
33
pkgname="$_pkgname"
4-
pkgver=0.3.1
4+
pkgver=0.3.2
55
pkgrel=1
66
license=("MIT")
77
pkgdesc="SwayFX: Sway, but with eye candy!"

build-scripts/swayfx.rpkg.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Change to current Sway base version!
55
%global SwayBaseVersion 1.8.1
66
# Change to current SwayFX tag!
7-
%global Tag 0.3.1
7+
%global Tag 0.3.2
88

99
Name: {{{ git_dir_name }}}
1010
Version: %{Tag}

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'sway',
33
'c',
4-
version: '0.3.1',
4+
version: '0.3.2',
55
license: 'MIT',
66
meson_version: '>=0.60.0',
77
default_options: [

0 commit comments

Comments
 (0)