From e795c5a9c449b13005dafe01af9f46b8d0d2a65a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=B1=E5=82=91?= Date: Sat, 3 Jun 2023 00:12:41 +0800 Subject: [PATCH] Upgrade to `1.6.0` --- build.gradle | 2 +- src/main/resources/plugin.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 6787ddc..f6d7484 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'com.github.jie65535.openchat' -version 'dev-0.2.1' +version '0.3.0' repositories { mavenCentral() diff --git a/src/main/resources/plugin.json b/src/main/resources/plugin.json index d73f90b..f3bde04 100644 --- a/src/main/resources/plugin.json +++ b/src/main/resources/plugin.json @@ -1,7 +1,8 @@ { "name": "openchat-plugin", "description": "Chat with players in the server console", - "version": "0.2.1", + "version": "0.3.0", "mainClass": "com.github.jie65535.openchat.OpenChatPlugin", - "authors": ["jie65535"] + "authors": ["jie65535"], + "api": 2 } \ No newline at end of file