diff --git a/README.md b/README.md index a6bf74e..4cd9f9f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ It runs timed season resets, sends reminder broadcasts, and provides `/season` s - Optional companion plugin: [EzLifesteal](https://modrinth.com/plugin/ezlifesteal) - Supported server software: Paper / Bukkit-compatible server - Requires: Java 25, Minecraft 26.1+ -- Plugin version: 2.0.0 +- Plugin version: 2.0.1 ## Quick setup (server owners) @@ -112,7 +112,7 @@ You can consume the API artifact in two ways: com.skyblockexp.lifesteal ezseasons-api - 1.0.0 + 2.0.1 provided @@ -132,7 +132,7 @@ You can consume the API artifact in two ways: com.github.ez-plugins.EzSeasons ezseasons-api - v1.0.0 + v2.0.1 provided diff --git a/api/pom.xml b/api/pom.xml index e41a273..b017b0d 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -6,7 +6,7 @@ com.skyblockexp.lifesteal ezseasons-parent - 2.0.0 + 2.0.1 ezseasons-api diff --git a/docs/api.md b/docs/api.md index 8e2bf8e..b291aa6 100644 --- a/docs/api.md +++ b/docs/api.md @@ -39,7 +39,7 @@ You can use either GitHub Packages (official) or JitPack. com.skyblockexp.lifesteal ezseasons-api - 2.0.0 + 2.0.1 provided @@ -61,7 +61,7 @@ You can use either GitHub Packages (official) or JitPack. com.github.ez-plugins.EzSeasons ezseasons-api - v2.0.0 + v2.0.1 provided diff --git a/docs/getting-started.md b/docs/getting-started.md index 60d2ceb..e929f91 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -29,7 +29,7 @@ EzSeasons does **not** require EzLifesteal. It is fully standalone. ## Installation 1. Stop your server. -2. Download `EzSeasons-2.0.0.jar` from [Modrinth](https://modrinth.com/plugin/ezseasons). +2. Download `EzSeasons-2.0.1.jar` from [Modrinth](https://modrinth.com/plugin/ezseasons). 3. Copy the jar into your `plugins/` folder. 4. *(Optional)* Install [EzLifesteal](https://modrinth.com/plugin/ezlifesteal) if you want Lifesteal heart-reset behavior on each season reset. 5. Start the server once. EzSeasons generates `plugins/EzSeasons/config.yml` and the `messages/` folder. diff --git a/docs/index.md b/docs/index.md index 9b59e85..b297213 100644 --- a/docs/index.md +++ b/docs/index.md @@ -34,7 +34,7 @@ It schedules timed season resets, broadcasts announcements, sends configurable c |---|---| | Minecraft / Paper | 26.1 or later | | Java | 25 or later | -| Plugin version | 2.0.0 | +| Plugin version | 2.0.1 | --- diff --git a/plugin/pom.xml b/plugin/pom.xml index 026bca4..c2f36ba 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -6,7 +6,7 @@ com.skyblockexp.lifesteal ezseasons-parent - 2.0.0 + 2.0.1 ezseasons-plugin diff --git a/pom.xml b/pom.xml index 2807520..1c760e9 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.skyblockexp.lifesteal ezseasons-parent - 2.0.0 + 2.0.1 pom EzSeasons @@ -88,7 +88,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.2 + 3.3.1 false false