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 /build-scripts/swayfx.rpkg.spec | |
parent | c0d490e3cb1251337cf9809d647e34f3422bdf93 (diff) |
ver: bumped version to v0.1.1 (#65)
Diffstat (limited to 'build-scripts/swayfx.rpkg.spec')
-rw-r--r-- | build-scripts/swayfx.rpkg.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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} |