From 4129eaa13e161c74fc02f609d233bd8e16219a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=B1=E5=82=91?= Date: Sat, 2 Sep 2023 18:02:51 +0800 Subject: [PATCH] update plugin version to v1.0.0 --- build.gradle | 2 +- src/main/resources/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f6d7484..5f47e31 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'com.github.jie65535.openchat' -version '0.3.0' +version '1.0.0' repositories { mavenCentral() diff --git a/src/main/resources/plugin.json b/src/main/resources/plugin.json index f3bde04..41e8ebb 100644 --- a/src/main/resources/plugin.json +++ b/src/main/resources/plugin.json @@ -1,7 +1,7 @@ { "name": "openchat-plugin", "description": "Chat with players in the server console", - "version": "0.3.0", + "version": "1.0.0", "mainClass": "com.github.jie65535.openchat.OpenChatPlugin", "authors": ["jie65535"], "api": 2