From 1bc2d4e40e9b14ea3b1853478bb56ac8c65f9a5f Mon Sep 17 00:00:00 2001 From: tth05 <36999320+tth05@users.noreply.github.com> Date: Fri, 6 May 2022 17:26:17 +0200 Subject: [PATCH] v1.8.0 --- .github/workflows/release.yml | 2 +- build.gradle | 2 +- .../java/com/github/minecraft_ta/totaldebug/TotalDebug.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b28e2d6..d105ad8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: release_name: Release ${{ github.ref }} body: | Changes in this Release - - Bug fixes + - Update for new companion app version draft: false prerelease: false - name: Upload jars to release diff --git a/build.gradle b/build.gradle index 3cf845e..1231394 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ apply plugin: 'net.minecraftforge.gradle' apply plugin: 'com.github.johnrengelman.shadow' group = 'com.github.minecraft_ta' -version = '1.7.2' +version = '1.8.0' archivesBaseName = 'TotalDebug' sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' diff --git a/src/main/java/com/github/minecraft_ta/totaldebug/TotalDebug.java b/src/main/java/com/github/minecraft_ta/totaldebug/TotalDebug.java index 1689225..5b9b78f 100644 --- a/src/main/java/com/github/minecraft_ta/totaldebug/TotalDebug.java +++ b/src/main/java/com/github/minecraft_ta/totaldebug/TotalDebug.java @@ -34,7 +34,7 @@ public class TotalDebug { public static final String MOD_ID = "total_debug"; public static final String MOD_NAME = "TotalDebug"; - public static final String VERSION = "1.7.2"; + public static final String VERSION = "1.8.0"; @Mod.Instance(MOD_ID) public static TotalDebug INSTANCE;