Skip to content

Commit 16c1b8e

Browse files
committed
Fix idempotency issue
1 parent 2b3b09b commit 16c1b8e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Each release usually includes various fixes and improvements.
44
The most noteworthy of these, as well as any features and breaking changes, are listed here.
55

6+
## v3.2.0.2
7+
* Patched magma
8+
9+
Contributor:
10+
[@Frederikam](https://github.com/Frederikam/)
11+
612
## v3.2.0.1
713
* Bumped to Java 11. Treating this as a patch version, as v3.2 still requires Java 11 due to a Magma update.
814

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ subprojects {
5050
//@formatter:off
5151

5252
lavaplayerVersion = '1.3.10'
53-
magmaVersion = '0.8.2'
53+
magmaVersion = '0.8.3'
5454
jdaNasVersion = '1.0.6'
5555
jappVersion = '1.3'
5656

0 commit comments

Comments
 (0)