Skip to content

Commit

Permalink
1.0.11-b19
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Aug 3, 2020
1 parent ff2be8d commit 192c4f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx1G
carpet_core_version=1.4.1+v200701

# Mod Properties
mod_version = 1.0.11-b18
mod_version = 1.0.11-b19
maven_group = carpet-tis-addition
archives_base_name = carpet-tis-addition

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class CarpetTISAdditionServer implements CarpetExtension
public static final String name = "carpet-tis-addition";
public static final String fancyName = "Carpet TIS Addition";
public static final String compactName = name.replace("-",""); // carpettisaddition
public static final String version = "1.0.11-b18"; // should be the same as the version in gradlew.properties
public static final String version = "1.0.11-b19"; // should be the same as the version in gradlew.properties
public static final Logger LOGGER = LogManager.getLogger();
public static MinecraftServer minecraft_server;

Expand Down

0 comments on commit 192c4f1

Please sign in to comment.