Skip to content

Commit

Permalink
v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Nov 15, 2020
1 parent 4d05ed7 commit b06221d
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.7.0+build.undefined
mod_version = 1.7.1+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 @@ -27,7 +27,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.7.0+build.undefined";
public static final String version = "1.7.1+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.7.0",
"version": "1.7.1",

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

0 comments on commit b06221d

Please sign in to comment.