diff --git a/mcdreforged.plugin.json b/mcdreforged.plugin.json index 209a4aa..e7a8411 100755 --- a/mcdreforged.plugin.json +++ b/mcdreforged.plugin.json @@ -1,6 +1,6 @@ { "id": "salty_qq_chat", - "version": "1.1.4", + "version": "1.1.5", "name": "SaltyQQChat", "description": { "en_us": "Scalable QQ-Bot Built on QQAPI", diff --git a/salty_qq_chat/version.py b/salty_qq_chat/version.py index 5a9fcc3..1e05093 100644 --- a/salty_qq_chat/version.py +++ b/salty_qq_chat/version.py @@ -1,2 +1,2 @@ -VERSION = (1, 1, 4) +VERSION = (1, 1, 5) VERSION_STR = '.'.join(map(str, VERSION)) \ No newline at end of file