Skip to content

Commit

Permalink
v1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Dec 4, 2020
1 parent 32ff9c7 commit fb8c0ad
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 @@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx1G

# Mod Properties
# "undefined" will be replaced with build number during github action
mod_version = 1.10.2+build.undefined
mod_version = 1.10.3+build.undefined
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 @@ -29,7 +29,7 @@ public class CarpetTISAdditionServer implements CarpetExtension
public static final String compactName = name.replace("-",""); // carpettisaddition
// should be the same as the version in gradlew.properties
// "undefined" will be replaced with build number during github action
public static final String version = "1.10.2+build.undefined";
public static final String version = "1.10.3+build.undefined";
public static final Logger LOGGER = LogManager.getLogger(fancyName);
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.10.2",
"version": "1.10.3",

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

0 comments on commit fb8c0ad

Please sign in to comment.