From 2abe028e465586a389f3dd0315931562877f4b0b Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Wed, 20 Dec 2023 15:29:25 +0100 Subject: [PATCH] Update Version --- .install/version.sh | 2 +- .install/version.txt | 2 +- README.md | 2 +- hypr/settings/modules/module.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.install/version.sh b/.install/version.sh index f01f34c..9d5d8a9 100644 --- a/.install/version.sh +++ b/.install/version.sh @@ -1 +1 @@ -version="2.7BETA1" +version="2.7RC1" diff --git a/.install/version.txt b/.install/version.txt index b1ef57c..d36f9fb 100644 --- a/.install/version.txt +++ b/.install/version.txt @@ -1 +1 @@ -265 \ No newline at end of file +267 \ No newline at end of file diff --git a/README.md b/README.md index b741e2a..74eeeb9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ML4W dotfiles 2.7 BETA 2 +# ML4W dotfiles 2.7 RC1 This is my configuration of Hyprland (Wayland) and Qtile (Xorg & Wayland) for Arch. This package includes an installation script to install and setup the required components. diff --git a/hypr/settings/modules/module.sh b/hypr/settings/modules/module.sh index 510693a..87b093c 100755 --- a/hypr/settings/modules/module.sh +++ b/hypr/settings/modules/module.sh @@ -1,6 +1,6 @@ #!/bin/bash _getHeader "$name" "$author" echo "$homepage ($email)" -echo "Version" $(_getVersion) +echo "Settings Version" $(_getVersion) echo "" echo $description