diff --git a/gradle.properties b/gradle.properties index 90fc461..a60bf36 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.8 +mod_version=1.2.9 mod_group=net.pedroricardo mod_name=commander diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 54a5cd2..3100d25 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.8", + "version": "1.2.9", "name": "Commander", "description": "This mod overhauls the command system.",