From 5234cd20edfc049fae90b721253ce9338da3c276 Mon Sep 17 00:00:00 2001 From: ez-plugins Date: Sun, 19 Apr 2026 23:41:15 +0200 Subject: [PATCH] fix: bump version --- README.md | 6 +++--- api/pom.xml | 2 +- docs/api.md | 4 ++-- docs/getting-started.md | 2 +- docs/index.md | 2 +- plugin/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6e62a7a..ad86ba7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,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.1.1 +- Plugin version: 2.1.2 ## Quick setup (server owners) @@ -117,7 +117,7 @@ You can consume the API artifact in two ways: com.skyblockexp.lifesteal ezseasons-api - 2.1.1 + 2.1.2 provided @@ -137,7 +137,7 @@ You can consume the API artifact in two ways: com.github.ez-plugins.EzSeasons ezseasons-api - v2.1.1 + v2.1.2 provided diff --git a/api/pom.xml b/api/pom.xml index 35f0d16..c43f185 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -6,7 +6,7 @@ com.skyblockexp.lifesteal ezseasons-parent - 2.1.1 + 2.1.2 ezseasons-api diff --git a/docs/api.md b/docs/api.md index e92c2d1..9968ced 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.1.1 + 2.1.2 provided @@ -61,7 +61,7 @@ You can use either GitHub Packages (official) or JitPack. com.github.ez-plugins.EzSeasons ezseasons-api - v2.1.1 + v2.1.2 provided diff --git a/docs/getting-started.md b/docs/getting-started.md index a5f3c86..f92bcdc 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.1.1.jar` from [Modrinth](https://modrinth.com/plugin/ezseasons). +2. Download `EzSeasons-2.1.2.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 feaa59b..e0cf396 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.1.1 | +| Plugin version | 2.1.2 | --- diff --git a/plugin/pom.xml b/plugin/pom.xml index 13b48a3..007038c 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -6,7 +6,7 @@ com.skyblockexp.lifesteal ezseasons-parent - 2.1.1 + 2.1.2 ezseasons-plugin diff --git a/pom.xml b/pom.xml index 322978d..f9544b7 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.skyblockexp.lifesteal ezseasons-parent - 2.1.1 + 2.1.2 pom EzSeasons