From 101f1d7b78f6434195ef028c4144b07945da0817 Mon Sep 17 00:00:00 2001 From: Luna <62033805+Luna5ama@users.noreply.github.com> Date: Sun, 12 Nov 2023 20:09:44 -0500 Subject: [PATCH] Release 1.4.0 --- README.md | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2b6ee56..157fae2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ [//]: <> (Thanks for the advice KiLAB, now I'm going to ice out the README even more) [//]: <> (Don't worry, these are comments, they won't actually show on the readme :) -[![Download button](https://img.shields.io/badge/client-download-success.svg)](https://github.com/Luna5ama/TrollHack/releases/download/1.3.1/TrollHack-1.3.1.jar) -![Current version](https://img.shields.io/badge/version-1.3.1-blue) +[![Download button](https://img.shields.io/badge/client-download-success.svg)](https://github.com/Luna5ama/TrollHack/releases/download/1.4.0/TrollHack-1.4.0.jar) +![Current version](https://img.shields.io/badge/version-1.4.0-blue) ![Download count](https://img.shields.io/github/downloads/Luna5ama/TrollHack/latest/total) # TrollHack @@ -28,7 +28,7 @@ Crashing with `java.lang.IllegalAccessError: tried to access field net.minecraft - Please remove `-Xverify:none` from your launch JVM arguments. Before opening an issue, please consider the following: -- Are you on the very latest version? In this case, it should be 1.3.1 +- Are you on the very latest version? In this case, it should be 1.4.0 - Did you compile it yourself, or did you use the release? - Are your graphics drivers up to date? If you're sure you've tried everything, open an issue. [How to ask a good question](https://stackoverflow.com/help/how-to-ask) diff --git a/gradle.properties b/gradle.properties index a3c921d..6fe6bf3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ org.gradle.jvmargs=-Xms1G -Xmx4G modGroup=dev.luna5ama modID=trollhack modName=Troll Hack -modVersion=1.3.1 +modVersion=1.4.0 forgeGradleVersion=6.+ minecraftVersion=1.12.2