Skip to content

Commit a0ff16e

Browse files
committed
Bump version
1 parent 8243ca1 commit a0ff16e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jar {
1212
}
1313

1414
group 'com.sidpatchy'
15-
version '3.3.0'
15+
version '3.3.1'
1616

1717
sourceCompatibility = 17
1818
targetCompatibility = 17

src/main/java/com/sidpatchy/clairebot/Embed/Commands/Regular/InfoEmbed.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public static EmbedBuilder getInfo(User author) {
1414
.addField("Add Me to a Server", "Adding me to a server is simple, all you have to do is click [here](https://invite.clairebot.net)", true)
1515
.addField("GitHub", "ClaireBot is open source, that means you can view all of its code! Check out its [GitHub!](https://github.com/Sidpatchy/ClaireBot)", true)
1616
.addField("Server Count", "I have enlightened **" + Main.getApi().getServers().size() + "** servers.", true)
17-
.addField("Version", "I am running ClaireBot **v3.3.0**, released on **2024-04-21**", true)
17+
.addField("Version", "I am running ClaireBot **v3.3.1**, released on **2024-08-21**", true)
1818
.addField("Uptime", "Started on <t:" + Main.getStartMillis() / 1000 + ">" + "\n*" + timeSinceStart + "*", true);
1919
}
2020
}

src/main/java/com/sidpatchy/clairebot/Main.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* along with this program. If not, see <https://www.gnu.org/licenses/>.
4040
*
4141
* @since April 2020
42-
* @version 3.3.0
42+
* @version 3.3.1
4343
* @author Sidpatchy
4444
*/
4545
public class Main {
@@ -120,7 +120,7 @@ public static void main(String[] args) throws InvalidConfigurationException {
120120
Clockwork.initClockwork();
121121

122122
// Set the bot's activity
123-
api.updateActivity("ClaireBot v3.3.0", video_url);
123+
api.updateActivity("ClaireBot v3.3.1", video_url);
124124

125125
// Register slash commands
126126
registerSlashCommands();

0 commit comments

Comments
 (0)