From 31f4a9b2e2f7bebe22a4cd475ab19943abc8ae8d Mon Sep 17 00:00:00 2001 From: SALTWOOD <105980161+SALTWOOD@users.noreply.github.com> Date: Sun, 12 Jan 2025 20:16:18 +0800 Subject: [PATCH] Release v1.1.6 --- mcdreforged.plugin.json | 2 +- salty_qq_chat/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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