Skip to content

Commit 24fdade

Browse files
committed
v5.0 small velocity bug fix
v5.0 small velocity bug fix
1 parent 782e9b4 commit 24fdade

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/velocity/AutoUpdateGeyser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import static common.BuildYml.createYamlFile;
2828
import static common.BuildYml.updateBuildNumber;
2929

30-
@Plugin(id = "autoupdategeyser",name = "AutoUpdateGeyser",version = "4.5", url = "https://www.spigotmc.org/resources/autoupdategeyser.109632/",authors = "NewAmazingPVP")
30+
@Plugin(id = "autoupdategeyser",name = "AutoUpdateGeyser",version = "5.0", url = "https://www.spigotmc.org/resources/autoupdategeyser.109632/",authors = "NewAmazingPVP")
3131
public final class AutoUpdateGeyser {
3232

3333
private Geyser m_geyser;

src/main/resources/bungee.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: AutoUpdateGeyser
2-
version: '4.5'
2+
version: '5.0'
33
main: bungeecord.AutoUpdateGeyser
44
author: NewAmazingPVP
55
description: Plugin to automate updating of both Geyser and Floodgate

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: AutoUpdateGeyser
22
main: spigot.AutoUpdateGeyser
3-
version: '4.5'
3+
version: '5.0'
44
description: Plugin to automate updating of both Geyser and Floodgate
55
author: 'NewAmazingPVP'
66
commands:

0 commit comments

Comments
 (0)