diff --git a/README.md b/README.md index 03aa647..ec53da1 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Location: `config/offline_whitelist.json` ## 🗂️ Required Python libraries -- [mcdreforged](https://github.com/Fallen-Breath/MCDReforged) >= 1.2.0 +- [mcdreforged](https://github.com/Fallen-Breath/MCDReforged) >= 2.0.0 To install them execute: diff --git a/mcdreforged.plugin.json b/mcdreforged.plugin.json index 217aa24..0ec6af5 100644 --- a/mcdreforged.plugin.json +++ b/mcdreforged.plugin.json @@ -1,12 +1,12 @@ { "id": "offline_whitelist", - "version": "0.1.3", + "version": "0.1.4", "name": "OfflineWhitelist", "description": "Offline whitelist helper", "author": "skuzow", "link": "https://github.com/skuzow/offline-whitelist", "dependencies": { - "mcdreforged": ">=2.1.0" + "mcdreforged": ">=2.0.0" }, "resources": [ "LICENSE" diff --git a/requirements.txt b/requirements.txt index 2396987..cecda68 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -mcdreforged>=2.1.0 +mcdreforged>=2.0.0