Skip to content

Commit fbff0f6

Browse files
committed
bump version
1 parent 5bfba5b commit fbff0f6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<version>7.0.0</version>
1010

1111
<properties>
12-
<hp-project.version>v6.11-SNAPSHOT-3</hp-project.version>
12+
<hp-project.version>v6.11-BETA-1</hp-project.version>
1313
<craftbukkit-directory>${user.home}\.m2\repository\org\bukkit\craftbukkit\</craftbukkit-directory>
1414
</properties>
1515

src/main/java/io/github/thatsmusic99/headsplus/util/events/HeadsPlusEventExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public void execute(@NotNull Listener listener, @NotNull Event event) throws Eve
4141
log.severe("Report name: " + s);
4242
log.severe("Please submit this report to the developer at one of the following links:");
4343
log.severe("https://github.com/Thatsmusic99/HeadsPlus/issues");
44-
log.severe("https://discord.gg/nbT7wC2");
44+
log.severe("https://discord.gg/eu8h3BG");
4545
log.severe("https://www.spigotmc.org/threads/headsplus-1-8-x-1-12-x.237088/");
4646
}
4747
}

src/main/java/io/github/thatsmusic99/headsplus/util/events/HeadsPlusException.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
public class HeadsPlusException extends Exception {
66

7-
private HashMap<String, String> exceptionInfo;
8-
private Exception originalException;
7+
private final HashMap<String, String> exceptionInfo;
8+
private final Exception originalException;
99

1010
// Invocation exception but better
1111
public HeadsPlusException(Exception originalException, HashMap<String, String> exInfo) {

src/main/resources/plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
main: io.github.thatsmusic99.headsplus.HeadsPlus
22
name: HeadsPlus
3-
version: '6.11-SNAPSHOT-3'
3+
version: '6.11-BETA-1'
44
api-version: 1.13
55
description: Spawns in heads with extra features.
66
author: Thatsmusic99
7-
contributors: [DariusTK, Toldi, AlansS53, Gniewny, steve4744, Niestrat99, Alexisparis007, jascotty2, Gurbiel, Mistermychciak, Stashenko, Tepoloco, YouHaveTrouble]
7+
contributors: [DariusTK, Toldi, AlansS53, Gniewny, steve4744, Niestrat99, Alexisparis007, jascotty2, Gurbiel, Mistermychciak, Stashenko, Tepoloco, YouHaveTrouble, Bieck_Smile]
88
website: 'https://www.spigotmc.org/resources/headsplus-1-8-x-1-15-x.40265/'
99
# Please note this is mostly to let the weird messages from each plugin work.
1010
# Vault - Economy support

0 commit comments

Comments
 (0)