Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
FirstMegaGame4 committed Sep 9, 2024
1 parent 6f63e9d commit 9e45747
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 @@ -62,7 +62,7 @@ mmodding {
addMixin("env_json.mixins.json")
withDependencies {
it.fabricLoaderVersion = ">=" + project.loader_version
it.minecraftVersion = ">=1.20.5 <=" + project.minecraft_version
it.minecraftVersion = ">=" + project.minecraft_version
it.javaVersion = ">=" + 21
it.fabricApiVersion = "*"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=1.21+build.2
loader_version=0.15.11

# Mod Properties
mod_version=0.4.2-beta
mod_version=0.4.3-beta
maven_group=com.mmodding.env.json
archives_base_name=env_json

Expand Down

0 comments on commit 9e45747

Please sign in to comment.