Update version to v1.5.1

This commit is contained in:
2023-02-18 15:46:01 +08:00
parent 72948121d6
commit 5c2be0e776
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ plugins {
}
group 'com.github.jie65535.opencommand'
version 'dev-1.5.0'
version 'dev-1.5.1'
sourceCompatibility = 17
targetCompatibility = 17

View File

@ -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", "方块君"]
}