File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Getting Started
4
4
Download it from [ GitHub Releases] ( https://github.com/jaoafa/DynmapProcessor/releases ) , or build it yourself: ` ./gradlew package `
5
- Then, ` java -jar ./DynmapProcessor-1.0.jar --help ` to view help.
5
+ Then, ` java -jar ./DynmapProcessor-1.0.0. jar --help ` to view help.
6
6
<details >
7
7
<summary>Help output</summary>
8
8
@@ -242,4 +242,4 @@ JSON Schema: `` //todo url
242
242
243
243
244
244
## Example
245
- ` java -jar ./DynmapProcessor-1.0.jar -i ./images -o ./output -z 4 -e -m ./markers.json `
245
+ ` java -jar ./DynmapProcessor-1.0.0. jar -i ./images -o ./output -z 4 -e -m ./markers.json `
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
8
8
}
9
9
10
10
group = " com.jaoafa"
11
- version = " 1.0"
11
+ version = " 1.0.0 "
12
12
13
13
repositories {
14
14
mavenCentral()
You can’t perform that action at this time.
0 commit comments