Skip to content

Commit

Permalink
[ci skip] Update project version to 1.0.2
Browse files Browse the repository at this point in the history
This commit updates the project version in the build.gradle.kts file from 1.0.1 to 1.0.2. This change is necessary to reflect new changes and improvements made to the project.
  • Loading branch information
NonSwag committed Sep 1, 2024
1 parent d53b3e4 commit 857adfa
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"
version = "1.0.1"
version = "1.0.2"

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

0 comments on commit 857adfa

Please sign in to comment.