Update version to v1.4.0

Updated to be compatible with new http server
Add all code headers
This commit is contained in:
2022-09-02 20:18:31 +08:00
parent b3bc0f051a
commit 623856ca99
23 changed files with 418 additions and 105 deletions

View File

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