Upgrade to 1.6.0

This commit is contained in:
2023-06-03 00:12:41 +08:00
parent 28456bb179
commit e795c5a9c4
2 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,7 @@ plugins {
}
group 'com.github.jie65535.openchat'
version 'dev-0.2.1'
version '0.3.0'
repositories {
mavenCentral()

View File

@ -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
}