Skip to content

Commit 2c4453b

Browse files
committed
build: Release 2.0.0
1 parent 6a972e7 commit 2c4453b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ext {
4040
}
4141
}
4242

43-
version = String.format("%s-%s", rootVersion, buildNumber)
43+
version = String.format("%s", rootVersion)
4444

4545
if (!project.hasProperty("gitCommitHash")) {
4646
apply(plugin = "org.ajoberstar.grgit")

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mcore = "7.0.1"
1919
residence = "4.5._13.1"
2020
towny = "0.97.5.0"
2121
protocollib = "4.7.0"
22-
plotsquaredV6 = "6.2.2"
22+
plotsquaredV6 = "6.3.0"
2323
redprotect = "1.9.6"
2424

2525
# Third party
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)