From 308e4d583dfa830a9998b55288eaa2e729029fbf Mon Sep 17 00:00:00 2001 From: enjarai Date: Mon, 28 Oct 2024 11:36:57 +0100 Subject: [PATCH] Ah, pushing --- CHANGELOG.md | 2 +- gradle.properties | 2 +- versions/1.21.2-fabric/gradle.properties | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78ad9d6..5f81d3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1 @@ -- Updated to 1.21.2. +- Updated to support 1.21.3. diff --git a/gradle.properties b/gradle.properties index 01987c7..f4d454a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ org.gradle.caching.debug=false org.gradle.configureondemand=true # Mod Properties -mod.version=3.8.0 +mod.version=3.8.1 mod.group=nl.enjarai mod.id=do_a_barrel_roll mod.name=Do a Barrel Roll diff --git a/versions/1.21.2-fabric/gradle.properties b/versions/1.21.2-fabric/gradle.properties index ba3a682..a025730 100644 --- a/versions/1.21.2-fabric/gradle.properties +++ b/versions/1.21.2-fabric/gradle.properties @@ -13,6 +13,6 @@ deps.yacl=3.6.0+1.21.2 deps.cicada=0.9.0+1.21.2-and-above # Mod -mod.mc_dep=>=1.21.2 <=1.21.2 +mod.mc_dep=>=1.21.2 <=1.21.3 mod.mc_title=1.21.2 -mod.mc_targets=1.21.2 \ No newline at end of file +mod.mc_targets=1.21.2 1.21.3 \ No newline at end of file