From 1e98e379a8b79349709d9e3901bdcb3d592026e6 Mon Sep 17 00:00:00 2001 From: Fallen_Breath Date: Wed, 21 Apr 2021 21:18:57 +0800 Subject: [PATCH] v1.17.0 --- gradle.properties | 2 +- src/main/java/carpettisaddition/CarpetTISAdditionServer.java | 2 +- src/main/resources/fabric.mod.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 63a0f10bc..e066092c4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx1G # Mod Properties # "undefined" will be replaced with build number during github action - mod_version = 1.16.1+build.undefined + mod_version = 1.17.0+build.undefined maven_group = carpet-tis-addition archives_base_name = carpet-tis-addition diff --git a/src/main/java/carpettisaddition/CarpetTISAdditionServer.java b/src/main/java/carpettisaddition/CarpetTISAdditionServer.java index 862eff28c..19513174a 100644 --- a/src/main/java/carpettisaddition/CarpetTISAdditionServer.java +++ b/src/main/java/carpettisaddition/CarpetTISAdditionServer.java @@ -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.16.1+build.undefined"; + public static final String version = "1.17.0+build.undefined"; public static final Logger LOGGER = LogManager.getLogger(fancyName); public static MinecraftServer minecraft_server; diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index e8cf21459..cfbb1c0d6 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "carpet-tis-addition", - "version": "1.16.1", + "version": "1.17.0", "name": "Carpet TIS Addition", "description": "More useful tools and interesting features",