Skip to content

Commit 1362945

Browse files
committed
Release version 2.0.1
1 parent 7f656c3 commit 1362945

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LavalinkClient/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description = 'JDA based client for the Lavalink-Server'
2-
version System.getenv('dev') == 'true' ? '-SNAPSHOT' : '2.0'
2+
version System.getenv('dev') == 'true' ? '-SNAPSHOT' : '2.0.1'
33
ext {
44
moduleName = 'Lavalink-Client'
55
}

LavalinkServer/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'com.gorylenko.gradle-git-properties'
44

55
description = 'Play audio to discord voice channels'
66
mainClassName = "lavalink.server.Launcher"
7-
version '2.0'
7+
version '2.0.1'
88
ext {
99
moduleName = 'Lavalink-Server'
1010
}

0 commit comments

Comments
 (0)