Skip to content

Commit

Permalink
Update version for jitpack.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElgarL committed Aug 19, 2023
1 parent ddcb18c commit b03a536
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>groupmanager</artifactId>
<url>https://elgarl.github.io/GroupManager/</url>
<name>GroupManager</name>
<version>3.1</version>
<version>3.2</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
4 changes: 3 additions & 1 deletion resources/Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -320,4 +320,6 @@ v3.0:
- Fix an issue where we removed the permission attachment before Essentials had finished the Player quit (breaks silent quit in EssentialsX).
- Re-order permission checks so GM permissions will be checked first before failing a wildcard test in superperms.
v3.1:
- Fix rare concurrency error.
- Fix rare concurrency error.
v3.2:
- Add jitpack.yml to build against java 17 so jitpack works again.

0 comments on commit b03a536

Please sign in to comment.