From e42ce516baed52f445054bf9a69e07a5a46a106b Mon Sep 17 00:00:00 2001 From: NK Date: Thu, 18 May 2023 12:50:41 +0100 Subject: [PATCH] 2.0.2 --- .github/CHANGELOG.md | 4 +++- gradle.properties | 2 +- src/main/java/me/night0721/lilase/Lilase.java | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 150891f..9eb527e 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -41,4 +41,6 @@ - Fix webhook issues, now it would send when soneone bought your item - Remove sniper option, only cofl macro exist now - Added purse to webhook - - Added many more stuff to debug \ No newline at end of file + - Added many more stuff to debug +- v2.0.2 + - Minor bug fixes \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index a8ea5c5..13b6a59 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ mod_name = Lilase mod_id = lilase -mod_version = 2.0.1 +mod_version = 2.0.2 essential.defaults.loom=0 diff --git a/src/main/java/me/night0721/lilase/Lilase.java b/src/main/java/me/night0721/lilase/Lilase.java index 3d69a68..6ee4091 100644 --- a/src/main/java/me/night0721/lilase/Lilase.java +++ b/src/main/java/me/night0721/lilase/Lilase.java @@ -32,7 +32,7 @@ import static me.night0721.lilase.config.AHConfig.RECONNECT_DELAY; public class Lilase { public static final String MOD_NAME = "Lilase"; public static final String MODID = "Lilase"; - public static final String VERSION = "2.0.1"; + public static final String VERSION = "2.0.2"; public static final Minecraft mc = Minecraft.getMinecraft(); public static Sniper sniper; public static PageFlipper pageFlipper;