From bcb88740f194e72db570bcf3871ccc6666f98d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=B1=E5=82=91?= Date: Sat, 3 Jun 2023 00:11:12 +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 c8d5583..dfdc018 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group 'com.github.jie65535.opencommand' -version '1.5.2' +version '1.6.0' sourceCompatibility = 17 targetCompatibility = 17 diff --git a/src/main/resources/plugin.json b/src/main/resources/plugin.json index 44fecc6..f467ef3 100644 --- a/src/main/resources/plugin.json +++ b/src/main/resources/plugin.json @@ -1,7 +1,8 @@ { "name": "opencommand-plugin", "description": "Open command interface for third-party clients", - "version": "dev-1.5.2", + "version": "1.6.0", "mainClass": "com.github.jie65535.opencommand.OpenCommandPlugin", - "authors": ["jie65535", "方块君"] + "authors": ["jie65535", "方块君"], + "api": 2 } \ No newline at end of file