Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jire committed Dec 14, 2022
1 parent 41f5898 commit 2581832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "org.jire.overwatcheat"
version = "4.0.0"
version = "4.1.0"

dependencies {
implementation(libs.fastutil)
Expand Down Expand Up @@ -93,4 +93,4 @@ fun File.writeStartBat(name: String, jarName: String) =
title $name
java -jar "$jarName"
pause""".trimIndent()
)
)

0 comments on commit 2581832

Please sign in to comment.