From d25a58be1ebae6f6458559bfa635e16447e086df Mon Sep 17 00:00:00 2001 From: TopchetoEU <36534413+TopchetoEU@users.noreply.github.com> Date: Wed, 21 Sep 2022 10:34:26 +0300 Subject: [PATCH] chore: Increase version --- gradle.properties | 2 +- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 4e2f599..069b53f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ yarn_mappings=1.18.2+build.1 loader_version=0.13.3 # Mod Properties -mod_version=0.1.0 +mod_version=0.2.0 maven_group=me.topchetoeu archives_base_name=smooth-chunks diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 6cc623f..e6154dd 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "smooth-chunks", - "version": "0.1.0", + "version": "0.2.0", "name": "Smooth Chunks", "description": "Smooth chunk load animations.", "authors": [ "TopchetoEU" ],