Skip to content

Commit

Permalink
ver: bump to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WillPower3309 committed Jul 7, 2023
1 parent 061dfaa commit 7fe1026
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-scripts/aur/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Erik Reider <[email protected]>
_pkgname=swayfx
pkgname="$_pkgname"
pkgver=0.3.1
pkgver=0.3.2
pkgrel=1
license=("MIT")
pkgdesc="SwayFX: Sway, but with eye candy!"
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/swayfx.rpkg.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Change to current Sway base version!
%global SwayBaseVersion 1.8.1
# Change to current SwayFX tag!
%global Tag 0.3.1
%global Tag 0.3.2

Name: {{{ git_dir_name }}}
Version: %{Tag}
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'sway',
'c',
version: '0.3.1',
version: '0.3.2',
license: 'MIT',
meson_version: '>=0.60.0',
default_options: [
Expand Down

0 comments on commit 7fe1026

Please sign in to comment.