Skip to content

Commit

Permalink
bump release version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbusche committed May 19, 2024
1 parent 69d24a9 commit 05e875e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- Download jar file from the [latest release](https://github.com/mrbusche/trap-scoring/releases)
- You will need [Java 21](https://adoptium.net/) to run the jar file
- Open command prompt to directory with downloaded jar file
- Run `java -jar trap-6.1.0.jar` (make sure you have the correct filename from the release)
- Run `java -jar trap-6.1.1.jar` (make sure you have the correct filename from the release)
- There will be output as the process generates the file
- When finished there will be a file named `leaguedata-${date-string}` generated in the directory you ran the command from

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.trap-scoring"
version = "6.1.0"
version = "6.1.1"

java.sourceCompatibility = JavaVersion.VERSION_21
java.targetCompatibility = JavaVersion.VERSION_21
Expand Down

0 comments on commit 05e875e

Please sign in to comment.