Skip to content

Commit

Permalink
2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
qouteall committed Jan 2, 2023
1 parent 5004cdc commit 04a9ba5
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 @@ -298,7 +298,7 @@ modrinth {
projectId = "zJpHMkdD"
versionNumber = "${project.version}-${project.minecraft_version}"
// You don't need to set this manually. Will fail if Modrinth has this version already
versionType = "release" // This is the default -- can also be `beta` or `alpha`
versionType = "alpha" // This is the default -- can also be `beta` or `alpha`
uploadFile = remapJar
gameVersions = ["${project.minecraft_version}"] // Must be an array, even with only one version
loaders = ["fabric"] // Must also be an array - no need to specify this if you're using Loom or ForgeGradle
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=false

# Mod Properties
mod_version=2.4.3
mod_version=2.4.4
maven_group=qouteall
archives_base_name=immersive-portals

Expand Down

0 comments on commit 04a9ba5

Please sign in to comment.