From a084d39b0204b9e0729afac3fd1f7ba2aebc98e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=B1=E5=82=91?= Date: Sun, 4 Jun 2023 20:05:50 +0800 Subject: [PATCH] Update version to v1.6.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 dfdc018..859854d 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group 'com.github.jie65535.opencommand' -version '1.6.0' +version '1.6.1' sourceCompatibility = 17 targetCompatibility = 17 diff --git a/src/main/resources/plugin.json b/src/main/resources/plugin.json index f467ef3..a9fba53 100644 --- a/src/main/resources/plugin.json +++ b/src/main/resources/plugin.json @@ -1,7 +1,7 @@ { "name": "opencommand-plugin", "description": "Open command interface for third-party clients", - "version": "1.6.0", + "version": "1.6.1", "mainClass": "com.github.jie65535.opencommand.OpenCommandPlugin", "authors": ["jie65535", "方块君"], "api": 2