Skip to content

Commit

Permalink
Version 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DevNatan committed Oct 5, 2023
1 parent 367855f commit 8b6e3a0
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
@@ -1,5 +1,10 @@
# Changelog

# 3.0.2 (10-05-2023)

* Kotlin stdlib from inventory-framework-platform-paper module runtime dependencies (#495)
* Fix scheduled update start interceptor trying to restart on context close and throwing an exception (#497)

# 3.0.1 (10-04-2023)

* Lock child interactions while pagination page is changing to prevent items be removed while asynchronous pagination is reloading (#488)
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.1'
version '3.0.2'
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.1";
public static final String LIBRARY_VERSION = "3.0.2";
}

0 comments on commit 8b6e3a0

Please sign in to comment.