diff --git a/build-scripts/aur-git/PKGBUILD b/build-scripts/aur-git/PKGBUILD index 1b153338..127d5271 100644 --- a/build-scripts/aur-git/PKGBUILD +++ b/build-scripts/aur-git/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Erik Reider _pkgname=swayfx pkgname="$_pkgname-git" -pkgver=r6905.e2ef3ceb +pkgver=r6919.af282928 pkgrel=1 license=("MIT") pkgdesc="SwayFX: Sway, but with eye candy!" diff --git a/build-scripts/aur/PKGBUILD b/build-scripts/aur/PKGBUILD index 27adc325..fcc4638b 100644 --- a/build-scripts/aur/PKGBUILD +++ b/build-scripts/aur/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Erik Reider _pkgname=swayfx pkgname="$_pkgname" -pkgver=0.1 +pkgver=0.1.1 pkgrel=1 license=("MIT") pkgdesc="SwayFX: Sway, but with eye candy!" diff --git a/build-scripts/swayfx.rpkg.spec b/build-scripts/swayfx.rpkg.spec index b69f0882..61dd6e2d 100644 --- a/build-scripts/swayfx.rpkg.spec +++ b/build-scripts/swayfx.rpkg.spec @@ -4,7 +4,7 @@ # Change to current Sway base version! %global SwayBaseVersion 1.7 # Change to current SwayFX tag! -%global Tag 0.1 +%global Tag 0.1.1 Name: {{{ git_dir_name }}} Version: %{Tag} diff --git a/meson.build b/meson.build index ffd1860b..2a667125 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'sway', 'c', - version: '0.1', + version: '0.1.1', license: 'MIT', meson_version: '>=0.60.0', default_options: [