Skip to content

Commit acfa91d

Browse files
committed
changed version to v19_05_25
1 parent c59ba3c commit acfa91d

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
@@ -9,7 +9,7 @@ org.gradle.jvmargs=-Xmx1G
99
loader_version=0.4.8+build.154
1010

1111
# Mod Properties
12-
mod_version = 1.0.0
12+
mod_version = 0.1a
1313
maven_group = carpet
1414
archives_base_name = fabric-carpet
1515

src/main/java/carpet/CarpetSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
public class CarpetSettings
3838
{
3939
public static boolean locked = false;
40-
public static final String carpetVersion = "v19_05_01";
40+
public static final String carpetVersion = "v19_05_25alpha";
4141

4242
public static final Logger LOG = LogManager.getLogger();
4343
private static final Map<String, CarpetSettingEntry> settings_store;

0 commit comments

Comments
 (0)