diff --git a/mcdreforged.plugin.json b/mcdreforged.plugin.json index e7a8411..96563ff 100755 --- a/mcdreforged.plugin.json +++ b/mcdreforged.plugin.json @@ -1,6 +1,6 @@ { "id": "salty_qq_chat", - "version": "1.1.5", + "version": "1.1.6", "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 1e05093..a4fe765 100644 --- a/salty_qq_chat/version.py +++ b/salty_qq_chat/version.py @@ -1,2 +1,2 @@ -VERSION = (1, 1, 5) +VERSION = (1, 1, 6) VERSION_STR = '.'.join(map(str, VERSION)) \ No newline at end of file