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