From 73041be31ab36aa41ae24fe4dc5e54304e58f1c5 Mon Sep 17 00:00:00 2001 From: EscapedShadows Date: Mon, 21 Oct 2024 21:09:11 +0200 Subject: [PATCH] Temp Push --- LGBTQuify.py | 0 README.md | 2 +- modules/updater.py | 3 +++ version.txt | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 LGBTQuify.py create mode 100644 modules/updater.py create mode 100644 version.txt diff --git a/LGBTQuify.py b/LGBTQuify.py new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index 878bd65..bec129c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# LGBTQuify V1.2.0 +# LGBTQuify V1.3.0 ### LGBTQUify is a project designed to bring pride to Linux by allowing users to customize their systems with pride-themed elements. From the Plymouth boot splash to icon themes, LGBTQUify lets you proudly display your identity on your desktop. diff --git a/modules/updater.py b/modules/updater.py new file mode 100644 index 0000000..7ce270d --- /dev/null +++ b/modules/updater.py @@ -0,0 +1,3 @@ +import requests + +github_version = requests.get() \ No newline at end of file diff --git a/version.txt b/version.txt new file mode 100644 index 0000000..589268e --- /dev/null +++ b/version.txt @@ -0,0 +1 @@ +1.3.0 \ No newline at end of file