Skip to content

Commit

Permalink
Update changelog URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Aug 14, 2024
1 parent c7e70a3 commit 008cdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ publishMods {
file = remapJar.archiveFile
def versionString = project.version as String
def ghVersion = "v" + versionString.substring(0, versionString.indexOf("-"))
def changelogUrl = "https://www.wimods.net/mo-glass/mo-glass-1-8-1/"
def changelogUrl = "https://www.wimods.net/mo-glass/mo-glass-1-9/"
def archivesName = project.base.archivesName.get() as String
additionalFiles.from(
file("${project.buildDir}/libs/${archivesName}-${versionString}-sources.jar"),
Expand Down

0 comments on commit 008cdaa

Please sign in to comment.