diff options
author | Erik Reider <[email protected]> | 2022-12-12 02:54:28 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-12-11 20:54:28 -0500 |
commit | d1fc6f9d5340e62c79ac02116fe534b7ff00d130 (patch) | |
tree | 8cabaf61b2124c909582e7987e30556a41e709c2 | |
parent | c0d490e3cb1251337cf9809d647e34f3422bdf93 (diff) |
ver: bumped version to v0.1.1 (#65)
-rw-r--r-- | build-scripts/aur-git/PKGBUILD | 2 | ||||
-rw-r--r-- | build-scripts/aur/PKGBUILD | 2 | ||||
-rw-r--r-- | build-scripts/swayfx.rpkg.spec | 2 | ||||
-rw-r--r-- | meson.build | 2 |
4 files changed, 4 insertions, 4 deletions
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 <[email protected]> _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 <[email protected]> _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: [ |