diff --git a/build-scripts/aur-git/PKGBUILD b/build-scripts/aur-git/PKGBUILD index 1b1533380..127d5271e 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 27adc3251..fcc4638b5 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 b69f08826..61dd6e2d3 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 ffd1860b5..2a6671257 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: [