diff --git a/mcdreforged.plugin.json b/mcdreforged.plugin.json index 35d6382..3e7becd 100755 --- a/mcdreforged.plugin.json +++ b/mcdreforged.plugin.json @@ -1,6 +1,6 @@ { "id": "salty_qq_chat", - "version": "1.1.6", + "version": "1.1.7", "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 a4fe765..24c0d39 100644 --- a/salty_qq_chat/version.py +++ b/salty_qq_chat/version.py @@ -1,2 +1,2 @@ -VERSION = (1, 1, 6) +VERSION = (1, 1, 7) VERSION_STR = '.'.join(map(str, VERSION)) \ No newline at end of file