Dependency/Version Bump

This commit is contained in:
Frank 2022-08-01 00:36:28 +02:00
parent 7fef0a090c
commit 41aef199da
2 changed files with 5 additions and 6 deletions

View file

@ -8,7 +8,7 @@ minecraft_version=1.19
loader_version=0.14.8 loader_version=0.14.8
fabric_version=0.58.0+1.19 fabric_version=0.58.0+1.19
# Mod Properties # Mod Properties
mod_version=2.0.18 mod_version=2.1.0
maven_group=org.betterx.bclib maven_group=org.betterx.bclib
archives_base_name=bclib archives_base_name=bclib
# Dependencies # Dependencies

View file

@ -1,7 +1,7 @@
{ {
"schemaVersion": 1, "schemaVersion": 1,
"id": "bclib", "id": "bclib",
"version": "2.0.18", "version": "2.1.0",
"name": "BCLib", "name": "BCLib",
"description": "A library for BetterX team mods", "description": "A library for BetterX team mods",
"authors": [ "authors": [
@ -46,12 +46,11 @@
"bclib.mixins.client.json" "bclib.mixins.client.json"
], ],
"depends": { "depends": {
"fabricloader": ">=0.14.6", "fabricloader": ">=0.14.8",
"fabric": ">=0.56.0", "fabric": ">=0.58.0",
"minecraft": [ "minecraft": [
"1.19", "1.19",
"1.19.1", "1.19.1"
"1.19.1-rc.3"
] ]
}, },
"custom": { "custom": {