diff options
author | William McKinnon <[email protected]> | 2023-05-21 00:10:36 -0400 |
---|---|---|
committer | William McKinnon <[email protected]> | 2023-05-21 00:10:36 -0400 |
commit | d010f48f9af5e2a4f168b250ef9ff12eb36c45c9 (patch) | |
tree | 623f17d9aa4240e613001f92559c2b5590e32cd2 /build-scripts/swayfx.rpkg.spec | |
parent | ff2a37cfbd1b41d5644ec39dfb1838b8c5b0373c (diff) |
bump version to 0.3
Diffstat (limited to 'build-scripts/swayfx.rpkg.spec')
-rw-r--r-- | build-scripts/swayfx.rpkg.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-scripts/swayfx.rpkg.spec b/build-scripts/swayfx.rpkg.spec index 96cb4b1a..6ea9acd4 100644 --- a/build-scripts/swayfx.rpkg.spec +++ b/build-scripts/swayfx.rpkg.spec @@ -4,11 +4,11 @@ # Change to current Sway base version! %global SwayBaseVersion 1.8.1 # Change to current SwayFX tag! -%global Tag 0.2 +%global Tag 0.3 Name: {{{ git_dir_name }}} Version: %{Tag} -Release: 3%{?dist} +Release: 1%{?dist} Summary: SwayFX: Sway, but with eye candy! License: MIT URL: https://github.com/WillPower3309/swayfx |