Skip to content

Commit

Permalink
release: version 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Siroshun09 committed Nov 18, 2021
1 parent e7ebd28 commit 6a39efe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>net.okocraft.discordchatbridge</groupId>
<artifactId>discordchatbridge</artifactId>
<version>2.4</version>
<version>2.5</version>
<packaging>jar</packaging>

<name>DiscordChatBridge</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
import java.awt.Color;
import java.nio.file.Path;

@Plugin(id = "discordchatbridge", name = "DiscordChatBridge", version = "2.4",
@Plugin(id = "discordchatbridge", name = "DiscordChatBridge", version = "2.5",
description = "A Spigot/Bungeecord/Velocity plugin that connects Vanilla chat or LunaChat and Discord",
authors = {"Siroshun09"})
public class DiscordChatBridgeVelocity implements DiscordChatBridgePlugin {
Expand Down

0 comments on commit 6a39efe

Please sign in to comment.