Skip to content

Commit b37403b

Browse files
author
david
committed
Update project version to 1.0.1
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.
1 parent 4d96463 commit b37403b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "net.thenextlvl.services"
8-
version = "1.0.0"
8+
version = "1.0.1"
99

1010
java {
1111
toolchain.languageVersion = JavaLanguageVersion.of(21)

0 commit comments

Comments
 (0)