From 28456bb179fb44c400a1d5ee43a7b1e848ca0603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=B1=E5=82=91?= Date: Sun, 9 Apr 2023 20:42:30 +0800 Subject: [PATCH] Update version to 0.2.1 --- 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 346d70b..6787ddc 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'com.github.jie65535.openchat' -version 'dev-0.2.0' +version 'dev-0.2.1' repositories { mavenCentral() diff --git a/src/main/resources/plugin.json b/src/main/resources/plugin.json index 1374599..d73f90b 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.1.0", + "version": "0.2.1", "mainClass": "com.github.jie65535.openchat.OpenChatPlugin", "authors": ["jie65535"] } \ No newline at end of file