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

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