From cc750949488e958b0bb020381da20f9b4600843c Mon Sep 17 00:00:00 2001 From: MrCrayfish Date: Sun, 29 Aug 2021 20:36:19 +0930 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=20Updated=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 4 ++-- gradle.properties | 2 +- src/main/resources/META-INF/mods.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 747af6980..0ccacdc1b 100644 --- a/build.gradle +++ b/build.gradle @@ -102,8 +102,8 @@ jar { "Implementation-Title" : project.name, "Implementation-Version" : "${version}", "Implementation-Vendor" : project.property('mod.author'), - "Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"), - "MixinConfigs": "cfm.mixins.json" + "Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ") + //"MixinConfigs": "cfm.mixins.json" ]) } } diff --git a/gradle.properties b/gradle.properties index 013f50ba1..444100527 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ org.gradle.daemon=false mod.id=cfm mod.name=MrCrayfish's Furniture Mod mod.author=MrCrayfish -mod.version=7.0.0-pre24 +mod.version=7.0.0-pre25 minecraft.version=1.17.1 mappings.channel=official mappings.version=1.17.1 diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 0099d6c87..43ec17f70 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -5,7 +5,7 @@ issueTrackerURL="https://github.com/MrCrayfish/MrCrayfishFurnitureMod/issues" [[mods]] modId="cfm" -version="7.0.0-pre24" +version="7.0.0-pre25" displayName="MrCrayfish's Furniture Mod" updateJSONURL="https://mrcrayfish.com/modupdatejson?id=cfm" displayURL="https://mrcrayfish.com/mods?id=cfm"