diff --git a/gradle.properties b/gradle.properties index bc5b1e6..6900962 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ yarn_mappings=1.19.2+build.17 loader_version=0.14.9 # Mod Properties -mod_version=0.2.0 +mod_version=0.3.0 maven_group=me.topchetoeu archives_base_name=animated-chunks diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 7511520..587d73d 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "animated-chunks", - "version": "0.2.0", + "version": "0.3.0", "name": "Animated Chunks", "description": "animated chunk load animations.", "authors": [ "TopchetoEU" ],