Skip to content

Commit

Permalink
1.20.6 update
Browse files Browse the repository at this point in the history
Dependencies are still on 1.20.5 but there's no code changes anyway
  • Loading branch information
ramidzkh committed May 3, 2024
1 parent b8acf1b commit f41bf85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ System.getenv("CURSEFORGE")?.with { String key ->
releaseType = "release"
}

addGameVersion("1.20.4")
addGameVersion("1.20.6")
addGameVersion("Fabric")

mainArtifact(remapJar) {
Expand Down Expand Up @@ -109,7 +109,7 @@ modrinth {
}

uploadFile.set(remapJar)
gameVersions.addAll(["1.20.4"])
gameVersions.addAll(["1.20.6"])

dependencies {
required.project("fabric-api")
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"name": "Fabrishot",
"description": "Take high resolution screenshots because why not",
"depends": {
"minecraft": "1.20.5",
"minecraft": "1.20.6",
"fabric-lifecycle-events-v1": "*",
"fabric-key-binding-api-v1": "*"
},
Expand Down

0 comments on commit f41bf85

Please sign in to comment.