Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidpatchy committed Aug 21, 2024
1 parent 8243ca1 commit a0ff16e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jar {
}

group 'com.sidpatchy'
version '3.3.0'
version '3.3.1'

sourceCompatibility = 17
targetCompatibility = 17
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static EmbedBuilder getInfo(User author) {
.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)
.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)
.addField("Server Count", "I have enlightened **" + Main.getApi().getServers().size() + "** servers.", true)
.addField("Version", "I am running ClaireBot **v3.3.0**, released on **2024-04-21**", true)
.addField("Version", "I am running ClaireBot **v3.3.1**, released on **2024-08-21**", true)
.addField("Uptime", "Started on <t:" + Main.getStartMillis() / 1000 + ">" + "\n*" + timeSinceStart + "*", true);
}
}
4 changes: 2 additions & 2 deletions src/main/java/com/sidpatchy/clairebot/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @since April 2020
* @version 3.3.0
* @version 3.3.1
* @author Sidpatchy
*/
public class Main {
Expand Down Expand Up @@ -120,7 +120,7 @@ public static void main(String[] args) throws InvalidConfigurationException {
Clockwork.initClockwork();

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

// Register slash commands
registerSlashCommands();
Expand Down

0 comments on commit a0ff16e

Please sign in to comment.