Skip to content

Commit ee29f7f

Browse files
committed
Fix shading
1 parent 529cd3d commit ee29f7f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ shadowJar {
7979
relocate "org.apache.commons.logging", "net.shadowfacts.discordchat.repack.org.apache.commons.logging"
8080

8181
dependencies {
82-
include(dependency("net.dv8tion:JDA:1.2.2_167:withDependencies"))
82+
include(dependency("net.dv8tion:JDA:2.0.0_242:withDependencies"))
8383
}
8484
}
8585

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mod_version = 1.0.7
1+
mod_version = 1.0.8
22
group = net.shadowfacts
33
archivesBaseName = DiscordChat
44

src/main/java/net/shadowfacts/discordchat/DiscordChat.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
public class DiscordChat {
1717

1818
public static final String modId = "DiscordChat";
19-
public static final String version = "1.0.6";
19+
public static final String version = "1.0.8";
2020

2121
public static LogHelper log = new LogHelper(modId);
2222

0 commit comments

Comments
 (0)