Skip to content

Commit

Permalink
chore: 🔖 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnzhiZhang committed Jan 12, 2023
1 parent 24831f7 commit 5a0e0aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.zhanganzhi.chathub</groupId>
<artifactId>ChatHub</artifactId>
<version>1.3.1</version>
<version>1.4.0</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/zhanganzhi/chathub/ChatHub.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
@Plugin(
id = "chathub",
name = "ChatHub",
version = "1.3.1",
version = "1.4.0",
url = "https://github.com/AnzhiZhang/ChatHub",
description = "Chat hub for servers under velocity proxy",
authors = {"Andy Zhang", "ZhuRuoLing"}
authors = {"Andy Zhang", "ZhuRuoLing", "YehowahLiu"}
)
public class ChatHub {
private final ProxyServer proxyServer;
Expand Down

0 comments on commit 5a0e0aa

Please sign in to comment.