Skip to content

Commit 5b64898

Browse files
authored
Merge pull request #3 from jaoafa/dev
fix: version
2 parents 0d0658c + 919d83e commit 5b64898

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Getting Started
44
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.
66
<details>
77
<summary>Help output</summary>
88

@@ -242,4 +242,4 @@ JSON Schema: `` //todo url
242242

243243

244244
## 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`

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "com.jaoafa"
11-
version = "1.0"
11+
version = "1.0.0"
1212

1313
repositories {
1414
mavenCentral()

0 commit comments

Comments
 (0)