Bump 1.0.3

This commit is contained in:
2025-09-06 19:50:18 -05:00
parent 2d2e649a5f
commit 9acbbe5644
3 changed files with 3 additions and 3 deletions

2
app.py
View File

@@ -40,7 +40,7 @@ DB_USER = get_env_var("DB_USER")
DB_PASSWORD = get_env_var("DB_PASSWORD") DB_PASSWORD = get_env_var("DB_PASSWORD")
DB_NAME = get_env_var("DB_NAME") DB_NAME = get_env_var("DB_NAME")
BOT_VERSION = "1.0.2" BOT_VERSION = "1.0.3"
VERSION_URL = "https://raw.githubusercontent.com/PenguCCN/Jellycord/main/version.txt" VERSION_URL = "https://raw.githubusercontent.com/PenguCCN/Jellycord/main/version.txt"
RELEASES_URL = "https://github.com/PenguCCN/Jellycord/releases" RELEASES_URL = "https://github.com/PenguCCN/Jellycord/releases"

View File

@@ -1 +1 @@
{ "version": "1.0.2" } { "version": "1.0.3" }

View File

@@ -1 +1 @@
1.0.2 1.0.3