Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaCartes committed Jul 29, 2023
1 parent 4fbda21 commit 622e00d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ modrinth {
versionNumber.set("${project.version}")
versionName = "[1.20, 1.20.1] ${project.version}"
versionType = "beta"
changelog.set("Release notes and Changelog: \nhttps://github.com/NikitaCartes/EasyAuth/releases/tag/${project.version}")
changelog.set("Release notes:\nhttps://github.com/NikitaCartes/EasyAuth/releases/tag/${project.version}\n\nChangelog:\nhttps://github.com/NikitaCartes/EasyAuth/tree/HEAD/CHANGELOG.md")
uploadFile = remapJar
gameVersions.addAll("1.20", "1.20.1")
loaders = ["fabric", "quilt"]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Mod
mod_name=EasyAuth
mod_id=easyauth
mod_version=3.0.19-SNAPSHOT
mod_version=3.0.19

# Fabric
minecraft_version=1.20
Expand Down

0 comments on commit 622e00d

Please sign in to comment.