Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
NoComment1105 committed Mar 16, 2023
1 parent 2d8c97a commit f2b0361
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## Version 1.6.0
* Update to 1.19.3
* Update to 1.19.4. Just to bump some deps that needed updating
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"depends": {
"fabricloader": ">=0.13.0",
"fabric-api": "*",
"minecraft": ">=1.19.3",
"minecraft": ">=1.19.4",
"java": ">=17"
},
"recommends": {
Expand Down
2 changes: 1 addition & 1 deletion forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ side = "BOTH"
[[dependencies.deepslatecutting_forge]]
modId = "minecraft"
mandatory = true
versionRange = "[1.19.3,)"
versionRange = "[1.19.4,)"
ordering = "NONE"
side = "BOTH"

0 comments on commit f2b0361

Please sign in to comment.