Skip to content

Commit 1bfd2fc

Browse files
author
Natan Vieira do Nascimento
committed
Version 3.0.0-beta
1 parent da3c102 commit 1bfd2fc

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ plugins {
33
}
44

55
group 'me.devnatan'
6-
version '3.0.0-alpha'
6+
version '3.0.0-beta'

bukkit/src/main/java/me/devnatan/inventoryframework/runtime/InventoryFramework.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
@SuppressWarnings("unused")
66
public 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
}

0 commit comments

Comments
 (0)