diff --git a/gradle.properties b/gradle.properties index b741ecb..f7fa996 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,6 +10,6 @@ loader_version=0.14.19-babric.3-bta halplibe_version=3.1.4 # Mod -mod_version=1.2.0 +mod_version=1.2.1 mod_group=net.pedroricardo mod_name=commander diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index e641338..3daf286 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "commander", - "version": "1.2.0", + "version": "1.2.1", "name": "Commander", "description": "This mod overhauls the command system.",