Skip to content

Commit 128e99e

Browse files
committed
bump vtil to 0.5.9
1 parent 9be3a75 commit 128e99e

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

common/src/main/java/com/github/litermc/vschunkloader/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
public final class Constants {
77
public static final String MOD_ID = "vschunkloader";
88
public static final String MOD_NAME = "VSChunkLoader";
9-
public static final String MOD_VERSION = "2.0.0";
9+
public static final String MOD_VERSION = "2.0.1";
1010
public static final Logger LOG = LoggerFactory.getLogger(MOD_NAME);
1111

1212
private Constants() {}

fabric/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"fabricloader": ">=0.16",
3333
"java": ">=17",
3434
"minecraft": "${minecraft_version}",
35-
"valkyrienskies": "*"
35+
"valkyrienskies": "[2.4,2.5)"
3636
}
3737
}
3838

forge/src/main/resources/META-INF/mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ side = "BOTH"
3030
[[dependencies.${mod_id}]]
3131
modId = "valkyrienskies"
3232
mandatory = true
33-
versionRange = "[2.3.0-beta.11,)"
33+
versionRange = "[2.4,2.5)"
3434
ordering = "BEFORE"
3535
side = "BOTH"

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ org.gradle.jvmargs=-Xmx3G
66
org.gradle.daemon=true
77

88
# Project
9-
version=2.0.0
9+
version=2.0.1
1010
group=com.github.litermc.vschunkloader
1111
java_version=17
1212

@@ -37,7 +37,7 @@ cloth_config_version=6.4.90
3737
kff_version=4.10.0
3838
vs2_version=2.4.5
3939
vs_core_version=1.1.0+3d898dfd55
40-
vtil_version=0.5.5
40+
vtil_version=0.5.9
4141

4242
# Soft dependencies
4343
jade_version=11.13.1

0 commit comments

Comments
 (0)