Skip to content
This repository was archived by the owner on Mar 30, 2024. It is now read-only.

Commit 536c9d7

Browse files
committed
Bump LuckPermsGUI from 4.2 to 4.3
1 parent bec3b74 commit 536c9d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

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

1313
<groupId>me.AsVaidas.LuckPermsGUI</groupId>
1414
<artifactId>LuckPermsGUI</artifactId>
15-
<version>4.1</version>
15+
<version>4.3</version>
1616
<packaging>jar</packaging>
1717

1818
<name>LuckPermsGUI</name>

src/main/java/me/AsVaidas/LuckPemsGUI/util/Settings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ public class Settings {
1818
public static String SUPPORT_DISCORD_URL = "https://bghddevelopment.com/discord";
1919
public static String FEEDBACK = "https://feedback.bghddevelopment.com";
2020
public static String WIKI = "https://wiki.bghddevelopment.com";
21-
public static String VERSION = "4.2";
21+
public static String VERSION = "4.3";
2222
public static String NAME = "LuckPermsGUI";
2323
}

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: LuckPermsGUI
22
main: me.AsVaidas.LuckPemsGUI.Main
3-
version: 4.2
3+
version: 4.3
44
author: BGHDDevelopment
55
website: https://bghddevelopment.com
66
depend: [LuckPerms]

0 commit comments

Comments
 (0)