From 0025938a91c28a3d2b26e3dccf080c0f2c34eae7 Mon Sep 17 00:00:00 2001 From: Blake Rain Date: Mon, 27 Nov 2023 19:08:15 +0000 Subject: [PATCH] chore: bump version for 0.1.0 release --- gradle.properties | 2 +- updates.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index e5cfdac..79db1c5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -50,7 +50,7 @@ mod_name=Utamacraft Mod # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=MIT License # The mod version. See https://semver.org/ -mod_version=0.0.1-1.19 +mod_version=0.1.0-1.19 # The group ID for the mod. It is only important when publishing as an artifact to a Maven repository. # This should match the base package used for the mod sources. # See https://maven.apache.org/guides/mini/guide-naming-conventions.html diff --git a/updates.json b/updates.json index 5b7edb5..56b8cb1 100644 --- a/updates.json +++ b/updates.json @@ -1,10 +1,11 @@ { "homepage": "https://git.blakerain.com/bans-minecraft/utamacraft", "1.19.2": { + "0.1.0-1.19": "Added tinted ethereal glass", "0.0.1-1.19": "Initial release" }, "promos": { - "1.19.2-latest": "0.0.1-1.19", - "1.19.2-recommended": "0.0.1-1.19" + "1.19.2-latest": "0.1.0-1.19", + "1.19.2-recommended": "0.1.0-1.19" } } \ No newline at end of file -- 2.45.2