Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna5ama committed Jun 11, 2023
1 parent 8646356 commit aa60fb8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.1.2/TrollHack-1.1.2.jar)
![Current version](https://img.shields.io/badge/version-1.1.2-blue)
[![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 count](https://img.shields.io/github/downloads/Luna5ama/TrollHack/latest/total)

# TrollHack
Expand All @@ -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.1.2
- Are you on the very latest version? In this case, it should be 1.2.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)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import net.minecraftforge.gradle.userdev.UserDevExtension
import kotlin.math.max

group = "dev.luna5ama"
version = "1.1.2"
version = "1.2.0"

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/dev/luna5ama/trollhack/TrollHackMod.kt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class TrollHackMod {
companion object {
const val NAME = "Troll Hack"
const val ID = "trollhack"
const val VERSION = "1.1.2"
const val VERSION = "1.2.0"
const val DIRECTORY = "trollhack"

@JvmField
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"modid": "trollhack",
"name": "Troll Hack",
"version": "1.1.2",
"version": "1.2.0",
"mcversion": "1.12.2"
}
]

0 comments on commit aa60fb8

Please sign in to comment.