Skip to content

Commit 4a7455f

Browse files
committed
apply version explicitly
1 parent eacfe11 commit 4a7455f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

fabric-1.20.1/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ loader_version=0.16.5
88
fabric_version=0.92.2+1.20.1
99

1010
# Mod Properties
11-
mod_version=2.1.0
11+
mod_version=2.1.0-hotfix.1
1212
maven_group=io.tebex.plugin
1313
archives_base_name=tebexplugin
1414

fabric-1.20.1/src/main/java/io/tebex/plugin/TebexPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class TebexPlugin implements Platform, DedicatedServerModInitializer {
4848
// Fabric Related
4949
private static final String MOD_ID = "tebex";
5050
public static final Logger LOGGER = LogManager.getLogger(MOD_ID);
51-
private final String MOD_VERSION = "2.1.0";
51+
private final String MOD_VERSION = "2.1.0-hotfix.1";
5252
private final File MOD_PATH = new File("./mods/" + MOD_ID);
5353
private MinecraftServer server;
5454

fabric-1.20.4/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ loader_version=0.15.10
88
fabric_version=0.97.0+1.20.4
99

1010
# Mod Properties
11-
mod_version=2.1.0
11+
mod_version=2.1.0-hotfix.1
1212
maven_group=io.tebex.plugin
1313
archives_base_name=tebexplugin
1414

fabric-1.20.4/src/main/java/io/tebex/plugin/TebexPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class TebexPlugin implements Platform, DedicatedServerModInitializer {
4747
// Fabric Related
4848
private static final String MOD_ID = "tebex";
4949
public static final Logger LOGGER = LogManager.getLogger(MOD_ID);
50-
private final String MOD_VERSION = "@VERSION@";
50+
private final String MOD_VERSION = "2.1.0-hotfix.1";
5151
private final File MOD_PATH = new File("./mods/" + MOD_ID);
5252
private MinecraftServer server;
5353

fabric-1.21.1/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ loader_version=0.16.5
88
fabric_version=0.105.0+1.21.1
99

1010
# Mod Properties
11-
mod_version=2.1.0
11+
mod_version=2.1.0-hotfix.1
1212
maven_group=io.tebex.plugin
1313
archives_base_name=tebexplugin
1414

fabric-1.21.1/src/main/java/io/tebex/plugin/TebexPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class TebexPlugin implements Platform, DedicatedServerModInitializer {
4747
// Fabric Related
4848
private static final String MOD_ID = "tebex";
4949
public static final Logger LOGGER = LogManager.getLogger(MOD_ID);
50-
private final String MOD_VERSION = "@VERSION@";
50+
private final String MOD_VERSION = "2.1.0-hotfix.1";
5151
private final File MOD_PATH = new File("./mods/" + MOD_ID);
5252
private MinecraftServer server;
5353

0 commit comments

Comments
 (0)