Skip to content

Commit

Permalink
feat: bump version to 2.0, add 1.20.1 and 1.20.2 to allowed versions(…
Browse files Browse the repository at this point in the history
…1.20 should work aswell hopefully)
  • Loading branch information
davidmayr committed Nov 25, 2023
1 parent 72c9d0d commit 4f9540d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ minecraft_version=1.19.3
yarn_mappings=1.19.3+build.5
loader_version=0.14.12
# Mod Properties
mod_version=1.0-SNAPSHOT
mod_version=2.0
maven_group=at.toastiii
archives_base_name=AudioShutdown
# Dependencies
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 @@ -22,6 +22,6 @@
],
"depends": {
"fabricloader": "*",
"minecraft": "1.19.*"
"minecraft": ">=1.19.3"
}
}

0 comments on commit 4f9540d

Please sign in to comment.