From f44f5c77d2f4bbbcc5a4126426cb6bc15a391df8 Mon Sep 17 00:00:00 2001 From: tth05 <36999320+tth05@users.noreply.github.com> Date: Mon, 25 Oct 2021 14:36:26 +0200 Subject: [PATCH] v1.6.1 --- .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 51ba4ef..4f35a1e 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 - - Live scripting support + - Fix search reference not working draft: false prerelease: false - name: Upload jars to release diff --git a/build.gradle b/build.gradle index d5de571..9d472b3 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.6.0' +version = '1.6.1' 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 b35ac49..861dbcd 100644 --- a/src/main/java/com/github/minecraft_ta/totaldebug/TotalDebug.java +++ b/src/main/java/com/github/minecraft_ta/totaldebug/TotalDebug.java @@ -32,7 +32,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.6.0"; + public static final String VERSION = "1.6.1"; @Mod.Instance(MOD_ID) public static TotalDebug INSTANCE;