From e783a2c2d8e76e3ee8653e6aaa52c319af238d03 Mon Sep 17 00:00:00 2001 From: ACGaming <4818419+ACGaming@users.noreply.github.com> Date: Thu, 18 Apr 2024 17:55:00 +0200 Subject: [PATCH] Bump version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f92a8f5..24bd2b4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ org.gradle.jvmargs = -Xmx3G # Mod Information maven_group = org.dimdev.jeid mod_name = JustEnoughIDs -mod_version = 2.1.0 +mod_version = 2.1.1 archives_base_name = jeid # If any properties changes below this line, run `gradlew setupDecompWorkspace` and refresh gradle again to ensure everything is working correctly.