From d291d2a8d80df108bd8206dd40e7fd4cf49a109e Mon Sep 17 00:00:00 2001 From: jie65535 Date: Wed, 18 May 2022 10:06:30 +0800 Subject: [PATCH] Update version to v1.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 4041c1f..3c5dfc0 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group 'com.github.jie65535.opencommand' -version 'dev-1.3.0' +version 'dev-1.2.1' sourceCompatibility = 17 targetCompatibility = 17 diff --git a/src/main/resources/plugin.json b/src/main/resources/plugin.json index b28721c..5770f8e 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": "dev-1.3.0", + "version": "dev-1.2.1", "mainClass": "com.github.jie65535.opencommand.OpenCommandPlugin", "authors": ["jie65535"] } \ No newline at end of file