From 42c4fb0ab509ef32d1aaea55381dfe9e79075ab3 Mon Sep 17 00:00:00 2001 From: ACGaming <4818419+ACGaming@users.noreply.github.com> Date: Sat, 6 Apr 2024 11:37:57 +0200 Subject: [PATCH] Bump version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 49c6930..f92a8f5 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.0.8 +mod_version = 2.1.0 archives_base_name = jeid # If any properties changes below this line, run `gradlew setupDecompWorkspace` and refresh gradle again to ensure everything is working correctly.