diff --git a/gradle.properties b/gradle.properties index d56032f..e69726a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ yarn_mappings=1.14.2+build.7 loader_version=0.4.8+build.155 # Mod Properties -mod_version = 0.0.9 +mod_version = 0.1.0 maven_group = com.extracraftx.minecraft archives_base_name = ServerAdditionsUtil diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index acc5987..e02d8a6 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "serveradditionsutil", - "version": "0.0.9", + "version": "0.1.0", "name": "serveradditionsutil", "description": "An API to allow server side additions of blocks and items.",