Skip to content

Commit

Permalink
1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Mar 14, 2023
1 parent 7d882bf commit b8ac354
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ curseforge {
id = "306612"
changelog = ENV.CHANGELOG ?: "No changelog provided"
releaseType = project.prerelease == "true" ? "beta" : "release"
addGameVersion "1.19-Snapshot"
addGameVersion "1.19.4"
addGameVersion "Fabric"

mainArtifact(signingEnabled ? signRemapJar.output : remapJar) {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ org.gradle.parallel=true
fabric.loom.multiProjectOptimisation=true

version=0.75.3
minecraft_version=1.19.4-pre4
minecraft_version=1.19.4
yarn_version=+build.1
loader_version=0.14.14
installer_version=0.11.1

prerelease=true
prerelease=false

# Do not manually update, use the bumpversions task:
fabric-api-base-version=0.4.23
Expand Down

0 comments on commit b8ac354

Please sign in to comment.