Skip to content

Commit

Permalink
1.0.13-b23
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Aug 10, 2020
1 parent 027c49b commit c8d46c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.12-b22
mod_version = 1.0.13-b23
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 @@ -21,7 +21,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.12-b22"; // should be the same as the version in gradlew.properties
public static final String version = "1.0.13-b23"; // should be the same as the version in gradlew.properties
public static final Logger LOGGER = LogManager.getLogger();
public static MinecraftServer minecraft_server;

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "carpet-tis-addition",
"version": "1.0.12",
"version": "1.0.13",

"name": "Carpet TIS Addition",
"description": "More useful tools and interesting features",
Expand Down

0 comments on commit c8d46c4

Please sign in to comment.