We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3b09b commit 16c1b8eCopy full SHA for 16c1b8e
CHANGELOG.md
@@ -3,6 +3,12 @@
3
Each release usually includes various fixes and improvements.
4
The most noteworthy of these, as well as any features and breaking changes, are listed here.
5
6
+## v3.2.0.2
7
+* Patched magma
8
+
9
+Contributor:
10
+[@Frederikam](https://github.com/Frederikam/)
11
12
## v3.2.0.1
13
* Bumped to Java 11. Treating this as a patch version, as v3.2 still requires Java 11 due to a Magma update.
14
build.gradle
@@ -50,7 +50,7 @@ subprojects {
50
//@formatter:off
51
52
lavaplayerVersion = '1.3.10'
53
- magmaVersion = '0.8.2'
+ magmaVersion = '0.8.3'
54
jdaNasVersion = '1.0.6'
55
jappVersion = '1.3'
56
0 commit comments