Skip to content

Commit ce242eb

Browse files
committed
final publishing fixes
1 parent 67291b1 commit ce242eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("fpgradle-minecraft") version("0.1.10")
2+
id("fpgradle-minecraft") version("0.1.11")
33
}
44

55
group = "com.falsepattern"
@@ -28,7 +28,7 @@ minecraft_fp {
2828
}
2929

3030
publish {
31-
changelog = "https://github.com/FalsePattern/FalsePatternLib/releases/tag/{version}"
31+
changelog = "https://github.com/FalsePattern/FalsePatternLib/releases/tag/$version"
3232
maven {
3333
repoUrl = "https://mvn.falsepattern.com/releases/"
3434
repoName = "mavenpattern"

0 commit comments

Comments
 (0)