Skip to content

Commit 20b6913

Browse files
committed
Bumped version to 1.1.0
Updated `@since` annotations and Gradle version to match the release.
1 parent d55dc99 commit 20b6913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/net/thenextlvl/perworlds/WorldGroup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ default boolean isLoadingData(Player player) {
381381
* @param player the offline player whose data is to be persisted and modified
382382
* @param data a {@link Consumer} that manipulates the {@link PlayerData} object
383383
* @see #persistPlayerData(Player, Consumer)
384-
* @since 1.0.3
384+
* @since 1.1.0
385385
*/
386386
@Contract(mutates = "io")
387387
void persistPlayerData(OfflinePlayer player, Consumer<PlayerData> data);

0 commit comments

Comments
 (0)