Skip to content

Commit

Permalink
Merge pull request #12 from skuzow/develop
Browse files Browse the repository at this point in the history
v0.1.4
  • Loading branch information
skuzow authored Jul 11, 2022
2 parents 63750eb + f85e461 commit f3038e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions mcdreforged.plugin.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mcdreforged>=2.1.0
mcdreforged>=2.0.0

0 comments on commit f3038e1

Please sign in to comment.