Skip to content

Commit d29f9c3

Browse files
bump version to 1.9.0 and update dependencies
1 parent ed2dd68 commit d29f9c3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# plugin
2-
version = 1.9.0-pre.1
2+
version = 1.9.0
33

44
# dependencies
55
velocity_version = 3.3.0-SNAPSHOT
6-
jda_version = 5.0.0-beta.21
7-
yeplib_version = 2.2.0
8-
minimessage_version = 4.16.0
9-
night_config_version = 3.6.7
6+
jda_version = 5.1.0
7+
yeplib_version = 2.3.0
8+
minimessage_version = 4.17.0
9+
night_config_version = 3.8.1
1010

1111
# test dependencies
1212
junit_version = 5.10.2

src/main/java/ooo/foooooooooooo/velocitydiscord/VelocityDiscord.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
public class VelocityDiscord {
3636
public static final String PluginName = "Velocity Discord Bridge";
3737
public static final String PluginDescription = "Velocity Discord Chat Bridge";
38-
public static final String PluginVersion = "1.9.0-pre.1";
38+
public static final String PluginVersion = "1.9.0";
3939
public static final String PluginUrl = "https://github.com/fooooooooooooooo/VelocityDiscord";
4040

4141
public static final String YeplibId = "yeplib";

0 commit comments

Comments
 (0)