Skip to content

Commit db756e5

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

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
@@ -371,7 +371,7 @@ public interface WorldGroup {
371371
* @param player the offline player whose data is to be persisted and modified
372372
* @param data a {@link Consumer} that manipulates the {@link PlayerData} object
373373
* @see #persistPlayerData(Player, Consumer)
374-
* @since 1.0.3
374+
* @since 1.1.0
375375
*/
376376
@Contract(mutates = "io")
377377
void persistPlayerData(OfflinePlayer player, Consumer<PlayerData> data);

0 commit comments

Comments
 (0)