Skip to content

Commit 9f70da2

Browse files
committed
Bump mod to 2.4.0
1 parent 42af3be commit 9f70da2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ org.gradle.jvmargs = -Xmx1G
66
vt_version = 1.21
77

88
# Remember to also update on VTDMod.java
9-
mod_version = 2.3.10
9+
mod_version = 2.4.0
1010
maven_group = dev.iotabread
1111
archives_base_name = vt-downloader

src/main/java/me/bymartrixx/vtd/VTDMod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public class VTDMod implements ClientModInitializer {
7777
public static RpCategories rpCategories;
7878

7979
static {
80-
String version = "2.3.10";
80+
String version = "2.4.0";
8181
String vtVersion = "1.21";
8282

8383
Optional<ModContainer> container = FabricLoader.getInstance().getModContainer(MOD_ID);

0 commit comments

Comments
 (0)