Skip to content

Commit 9a51a66

Browse files
committed
Bump adventure-api, fix typo, update issue templates and bump version
1 parent fdeaa8e commit 9a51a66

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ If applicable, add screenshots to help explain your problem.
2121

2222
**Environment**
2323
- OS: [e.g. Ubuntu 20.04]
24-
- Proxy Version: [e.g. BungeeCord 1.16.5]
25-
- UltraStaffChat Version: [e.g. 5.0.0]
24+
- Proxy Version: [e.g. BungeeCord 1.17]
25+
- UltraStaffChat Version: [e.g. 5.1.1]
2626

2727
**Advanced Debug Log**
2828
Please provide an advanced debug log, you can get this using the command `/usc debug --a`

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<groupId>dev.hypera</groupId>
2626
<artifactId>UltraStaffChat</artifactId>
27-
<version>5.1.0</version>
27+
<version>5.1.1</version>
2828
<packaging>jar</packaging>
2929

3030
<name>UltraStaffChat</name>
@@ -119,7 +119,7 @@
119119
<dependency>
120120
<groupId>net.kyori</groupId>
121121
<artifactId>adventure-api</artifactId>
122-
<version>4.8.0</version>
122+
<version>4.8.1</version>
123123
</dependency>
124124
<dependency>
125125
<groupId>net.kyori</groupId>

src/main/java/dev/hypera/ultrastaffchat/utils/Discord.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
public class Discord {
3232

33-
private static final String footer = "UltraStaffChat - Bungeecord v" + UltraStaffChat.getInstance().getDescription().getVersion();
33+
private static final String footer = "UltraStaffChat - BungeeCord v" + UltraStaffChat.getInstance().getDescription().getVersion();
3434
private static final String footerUrl = "https://i.hypera.dev/assets/hypera-icon-white.png";
3535
private static boolean enabled = false;
3636
private static String hookURL = "";

0 commit comments

Comments
 (0)