Skip to content

Commit

Permalink
0.0.10-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Warriorrrr committed May 20, 2024
1 parent b1fb6fe commit 9781b2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ publishMods {
discord {
webhookUrl.set(System.getenv("TOWNYMENUS_DISCORD_WEBHOOK"))
username.set("${project.name} Releases")
content.set("Version ${project.version} has been released \n${changelog}")
content.set("Version ${project.version} has been released \n${readChangelog()}")
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = io.github.townyadvanced
version = 0.0.9
version = 0.0.10-SNAPSHOT

paperVersions = 1.16-1.20.4
modrinthVersions = 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4

0 comments on commit 9781b2a

Please sign in to comment.