From 9acbbe56445d94d69e32e748671f3f160c29e1fd Mon Sep 17 00:00:00 2001 From: Pengu Date: Sat, 6 Sep 2025 19:50:18 -0500 Subject: [PATCH] Bump 1.0.3 --- app.py | 2 +- version.json | 2 +- version.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app.py b/app.py index c62977e..148bcab 100644 --- a/app.py +++ b/app.py @@ -40,7 +40,7 @@ DB_USER = get_env_var("DB_USER") DB_PASSWORD = get_env_var("DB_PASSWORD") 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" RELEASES_URL = "https://github.com/PenguCCN/Jellycord/releases" diff --git a/version.json b/version.json index 355fd3b..9db3c9d 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{ "version": "1.0.2" } \ No newline at end of file +{ "version": "1.0.3" } \ No newline at end of file diff --git a/version.txt b/version.txt index e6d5cb8..e4c0d46 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.2 \ No newline at end of file +1.0.3 \ No newline at end of file