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

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