Update version to v1.2.0

Add config
Add run console command
This commit is contained in:
2022-05-16 23:01:17 +08:00
parent 1df94e613e
commit d190576c33
5 changed files with 103 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "opencommand-plugin",
"description": "Open command interface for third-party clients",
"version": "dev-1.1.0",
"version": "dev-1.2.0",
"mainClass": "com.github.jie65535.opencommand.OpenCommandPlugin",
"authors": ["jie65535"]
}