Skip to content

Commit

Permalink
Update project version to 1.0.1
Browse files Browse the repository at this point in the history
This commit increments the project version from 1.0.0 to 1.0.1. This version change signifies minor updates or bug fixes implemented in the project.
  • Loading branch information
NonSwag committed Sep 2, 2024
1 parent 4d96463 commit b37403b
Showing 1 changed file with 1 addition and 1 deletion.
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 = "net.thenextlvl.services"
version = "1.0.0"
version = "1.0.1"

java {
toolchain.languageVersion = JavaLanguageVersion.of(21)
Expand Down

0 comments on commit b37403b

Please sign in to comment.