Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
fix version names
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyydotp committed Jan 1, 2023
1 parent 1afed00 commit d0f4b4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pronouns-fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ tasks {
}

modrinth {
versionName.set("$versionName for Fabric")
versionName.set("$version for Fabric")
uploadFile.set(tasks.remapJar.get())
}
2 changes: 1 addition & 1 deletion pronouns-paper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ tasks {
modrinth {
gameVersions.add(minecraftVersion)
loaders.add("paper")
versionName.set("$versionName for Paper")
versionName.set("$version for Paper")
}

0 comments on commit d0f4b4e

Please sign in to comment.