Skip to content

Commit

Permalink
Version 3.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Natan Vieira do Nascimento committed Aug 5, 2023
1 parent da3c102 commit 1bfd2fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# 3.0.0 (unreleased)

# 3.0.0-beta (08-04-2023)

* Inventory Framework is now published to Maven Central (#408)
* Shared Contextx preview (#409)

# 3.0.0-alpha (08-01-2023)

* Item render and update handler shortcuts (#274)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ plugins {
}

group 'me.devnatan'
version '3.0.0-alpha'
version '3.0.0-beta'
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
@SuppressWarnings("unused")
public final class InventoryFramework extends JavaPlugin {

public static final String LIBRARY_VERSION = "3.0.0-alpha";
public static final String LIBRARY_VERSION = "3.0.0-beta";
}

0 comments on commit 1bfd2fc

Please sign in to comment.