Skip to content

Commit

Permalink
Bump mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jun 13, 2022
1 parent 6871efa commit 2990040
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ modrinth {
token = "DUMMY"
}
projectId = "V8HM9qmm"
versionNumber = project.mod_version
versionNumber = project.minecraft_version + '-' + project.mod_version
versionType = project.release_type
uploadFile = jar
gameVersions = [ project.minecraft_version ]
Expand Down
4 changes: 4 additions & 0 deletions resources/changelog/1.19-1.8.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
As always, don't forget to backup your world before updating!

Initial 1.19 release.

0 comments on commit 2990040

Please sign in to comment.