From 04b8d2dc77a60459b401469d56ef4b54c511679f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=B1=E5=82=91?= Date: Sat, 2 Sep 2023 18:03:04 +0800 Subject: [PATCH] update plugin api version to 3 --- src/main/resources/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/plugin.json b/src/main/resources/plugin.json index 41e8ebb..9e12343 100644 --- a/src/main/resources/plugin.json +++ b/src/main/resources/plugin.json @@ -4,5 +4,5 @@ "version": "1.0.0", "mainClass": "com.github.jie65535.openchat.OpenChatPlugin", "authors": ["jie65535"], - "api": 2 + "api": 3 } \ No newline at end of file