diff --git a/build.gradle b/build.gradle index 7797e3b..52d258a 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group 'com.github.jie65535.opencommand' -version 'dev-1.5.0' +version 'dev-1.5.1' sourceCompatibility = 17 targetCompatibility = 17 diff --git a/src/main/resources/plugin.json b/src/main/resources/plugin.json index 3e384a2..f21ff7b 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.5.0", + "version": "dev-1.5.1", "mainClass": "com.github.jie65535.opencommand.OpenCommandPlugin", "authors": ["jie65535", "方块君"] } \ No newline at end of file