diff --git a/README.md b/README.md
index 1f01016..7c848ee 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
Auction House Flipper - Lilase
Forge mod will automatiaclly buy item according to your configuration, and send you a webhook when it has been bought.
+If you have any questions please join https://night0721.me/discord for support
+For how to use https://github.com/night0721/lilase#how-to-use
# Features:
- Auto buy any item you want, with query customised by yourself
@@ -46,7 +48,7 @@ ANY, WEAPON, ARMOR, ACCESSORIES, CONSUMABLES, BLOCKS, MISC
Some movement during sniping so hypixel won't send to afk
- v1.0.22 - Fatal bug fixed (before it will crash when open controls gui), also added title for process
- v1.0.23 - More lines in GUI, flipped, posted, sniped
-- v1.0.24 -
+- v1.0.24-beta -
Remove the use of org.json dependency
Fixing flipper could not be started when item is sniped
Making send auction to webhook to be toggleable
diff --git a/gradle.properties b/gradle.properties
index 6b19c07..25358b8 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,6 +1,6 @@
mod_name = Lilase
mod_id = lilase
-mod_version = 1.0.24
+mod_version = 1.0.24-beta
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 fafc2ef..8f179b4 100644
--- a/src/main/java/me/night0721/lilase/Lilase.java
+++ b/src/main/java/me/night0721/lilase/Lilase.java
@@ -30,7 +30,7 @@ import static me.night0721.lilase.features.ah.AHConfig.RECONNECT_DELAY;
public class Lilase {
public static final String MOD_NAME = "Lilase";
public static final String MODID = "Lilase";
- public static final String VERSION = "1.0.24";
+ public static final String VERSION = "1.0.24-beta";
public static final Minecraft mc = Minecraft.getMinecraft();
public static AuctionHouse auctionHouse;
public static AHConfig config;