File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
bukkit/src/main/java/me/devnatan/inventoryframework/runtime Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 22
33# 3.0.0 (unreleased)
44
5+ # 3.0.0-beta (08-04-2023)
6+
7+ * Inventory Framework is now published to Maven Central (#408 )
8+ * Shared Contextx preview (#409 )
9+
510# 3.0.0-alpha (08-01-2023)
611
712* Item render and update handler shortcuts (#274 )
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ plugins {
33}
44
55group ' me.devnatan'
6- version ' 3.0.0-alpha '
6+ version ' 3.0.0-beta '
Original file line number Diff line number Diff line change 55@ SuppressWarnings ("unused" )
66public final class InventoryFramework extends JavaPlugin {
77
8- public static final String LIBRARY_VERSION = "3.0.0-alpha " ;
8+ public static final String LIBRARY_VERSION = "3.0.0-beta " ;
99}
You can’t perform that action at this time.
0 commit comments