diff --git a/src/chatty/Chatty.java b/src/chatty/Chatty.java index 0e42a7b4a..5839c4469 100644 --- a/src/chatty/Chatty.java +++ b/src/chatty/Chatty.java @@ -51,7 +51,7 @@ public class Chatty { * by points. May contain a single "b" for beta versions, which are counted * as older (so 0.8.7b4 is older than 0.8.7). */ - public static final String VERSION = "0.9.7-b3"; // Remember changing the version in the help + public static final String VERSION = "0.9.7-b4"; // Remember changing the version in the help /** * Enable Version Checker (if you compile and distribute this yourself, you diff --git a/src/chatty/gui/components/help/help.html b/src/chatty/gui/components/help/help.html index e88eb3c1a..8f4a31eaf 100644 --- a/src/chatty/gui/components/help/help.html +++ b/src/chatty/gui/components/help/help.html @@ -5,7 +5,7 @@ -

Chatty (Version: 0.9.7-b3)

+

Chatty (Version: 0.9.7-b4)