From 01a2feec0318f5a2f3190758a0c20485ab6f8553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=B1=E5=82=91?= Date: Sun, 3 Sep 2023 10:09:33 +0800 Subject: [PATCH] Update API Version to 2 --- 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 9e12343..41e8ebb 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": 3 + "api": 2 } \ No newline at end of file