Skip to content

Commit

Permalink
[ci skip] Update version to 3.0.0
Browse files Browse the repository at this point in the history
Incremented project version from 2.1.2 to 3.0.0 in build.gradle.kts. This major version change likely indicates significant updates or breaking changes in the API functionality.
  • Loading branch information
NonSwag committed Nov 17, 2024
1 parent 15ed564 commit 561ad4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "net.thenextlvl.protect"
version = "2.1.2"
version = "3.0.0"

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

0 comments on commit 561ad4d

Please sign in to comment.