Skip to content

Commit b41fd76

Browse files
committed
release: Version 1.3.29
1 parent 219a2df commit b41fd76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=1.3.29-SNAPSHOT
1+
version=1.3.29
22
group=xyz.jpenilla
33
description=Monitor your server's performance in real time
44

gradle/build-logic/src/main/kotlin/tabtps.parent.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ hangarPublish.publications.register("plugin") {
1111
apiKey.set(providers.environmentVariable("HANGAR_UPLOAD_KEY"))
1212
platforms {
1313
paper {
14-
jar.set(project(":tabtps-spigot").the<TabTPSPlatformExtension>().productionJar)
14+
jar.set(project(":tabtps-paper").the<TabTPSPlatformExtension>().productionJar)
1515
val vers = bukkitVersions.toMutableList()
1616
vers -= "1.8.8"
1717
vers -= "1.8.9"

0 commit comments

Comments
 (0)