Skip to content

Commit

Permalink
Merge pull request #5 from skuzow/develop
Browse files Browse the repository at this point in the history
v1.3.1
  • Loading branch information
skuzow authored Jul 12, 2022
2 parents 3fac0f1 + 6691e5e commit b6f47a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Location: `config/simple_translator.json`

## 🗂️ Required Python libraries

- [mcdreforged](https://github.com/Fallen-Breath/MCDReforged) >= 2.0.0
- [googletrans](https://pypi.org/project/googletrans/4.0.0rc1) == 4.0.0rc1
- [mcdreforged](https://github.com/Fallen-Breath/MCDReforged) >= 1.2.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": "simple_translator",
"version": "1.3.0",
"version": "1.3.1",
"name": "SimpleTranslator",
"description": "In-game translator",
"author": "skuzow",
"link": "https://github.com/skuzow/simple-translator",
"dependencies": {
"mcdreforged": ">=2.1.0",
"mcdreforged": ">=2.0.0",
"googletrans": "==4.0.0rc1"
},
"resources": [
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mcdreforged>=2.1.0
googletrans==4.0.0rc1
mcdreforged >= 2.0.0
googletrans == 4.0.0rc1

0 comments on commit b6f47a1

Please sign in to comment.