Skip to content

Commit 9991788

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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);

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tasks.compileJava {
2121
}
2222

2323
group = "net.thenextlvl.perworlds"
24-
version = "1.0.3"
24+
version = "1.1.0"
2525

2626
repositories {
2727
mavenCentral()

0 commit comments

Comments
 (0)