From 287a0d5fcbba8de7f78b7b10b388392f61c836e0 Mon Sep 17 00:00:00 2001 From: Luna <62033805+Luna5ama@users.noreply.github.com> Date: Sun, 16 Jul 2023 18:57:14 -0400 Subject: [PATCH] Release 1.3.0 --- README.md | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 22560d33..70203d3a 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.2.0/TrollHack-1.2.0.jar) -![Current version](https://img.shields.io/badge/version-1.2.0-blue) +[![Download button](https://img.shields.io/badge/client-download-success.svg)](https://github.com/Luna5ama/TrollHack/releases/download/1.3.0/TrollHack-1.3.0.jar) +![Current version](https://img.shields.io/badge/version-1.3.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.2.0 +- Are you on the very latest version? In this case, it should be 1.3.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 5212eec6..d61ab98e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ org.gradle.jvmargs=-Xms1G -Xmx2G modGroup=dev.luna5ama modID=trollhack modName=Troll Hack -modVersion=1.2.0 +modVersion=1.3.0 forgeGradleVersion=6.+ minecraftVersion=1.12.2