Skip to content

Commit

Permalink
Version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DevNatan committed Dec 5, 2024
1 parent 9415bed commit b114785
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# 3.2.0 (12-05-2024)

* Minecraft v1.21.3 support. Thanks to @nicolube (#688)

# 3.0.12 (12-04-2024)

* Prevent catastrophic when item render or click fails. Thanks to @nicolube (#686)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins {
}

group 'me.devnatan'
version '3.0.12'
version '3.2.0'
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

public final class InventoryFramework extends JavaPlugin {

public static final String LIBRARY_VERSION = "3.0.12";
public static final String LIBRARY_VERSION = "3.2.0";
}

0 comments on commit b114785

Please sign in to comment.