From 4db9c0b2b024787672c7415af475b6c7d92c4664 Mon Sep 17 00:00:00 2001 From: BlayTheNinth <1933180+BlayTheNinth@users.noreply.github.com> Date: Wed, 23 Oct 2024 18:35:47 +0200 Subject: [PATCH] chore: Bump version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b1fa802..ca07900 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ mod_id = defaultoptions mod_name = Default Options mod_main=DefaultOptions description=A way for modpacks to ship a default (key) configuration without having to include an options.txt file. Also allows local options from any mod .cfg file. -version = 21.2.0 +version = 21.3.0 group = net.blay09.mods homepage=https://mods.twelveiterations.com/mc/defaultoptions sources=https://github.com/TwelveIterationMods/DefaultOptions