Update version to v1.5.2

This commit is contained in:
2023-04-15 19:11:10 +08:00
parent 3f1ecfe8a6
commit f19c4b8e77
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ plugins {
}
group 'com.github.jie65535.opencommand'
version '1.5.1'
version '1.5.2'
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.1",
"version": "dev-1.5.2",
"mainClass": "com.github.jie65535.opencommand.OpenCommandPlugin",
"authors": ["jie65535", "方块君"]
}