Skip to content

Commit

Permalink
v0.26-b6
Browse files Browse the repository at this point in the history
  • Loading branch information
tduva committed Mar 6, 2024
1 parent e88aba6 commit 8db1f1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/chatty/Chatty.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,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.26-b5"; // Remember changing the version in the help
public static final String VERSION = "0.26-b6"; // Remember changing the version in the help

/**
* Enable Version Checker (if you compile and distribute this yourself, you
Expand Down
2 changes: 1 addition & 1 deletion src/chatty/gui/components/help/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<h1><a name="top">Chatty (Version: 0.26-b5)</a></h1>
<h1><a name="top">Chatty (Version: 0.26-b6)</a></h1>
<table>
<tr>
<td valign="top">
Expand Down

0 comments on commit 8db1f1a

Please sign in to comment.