diff --git a/CHANGELOG.md b/CHANGELOG.md index 61bfb52..84e5efb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## 5.1 -* Added a new copy URl to file procedure block +* Added a new copy URL to file procedure block * Note: It can be used to download online files. -* Removed some old tool tips +* Removed some old tooltips * Added French translations * [Repository] Added Crowdin support for the externalization (Read #24) diff --git a/README.md b/README.md index 7b0b442..14c5430 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ An unofficial plugin for [MCreator](https://mcreator.net/) allowing you to creat * JSON * TXT - Basic reader/writer -The 2 following examples require File Manager 5.0. +The 2 following examples require File Manager 5.0 or newer. ### Create a JSON file ![](https://i.imgur.com/7yjhy7f.png) @@ -13,7 +13,7 @@ The 2 following examples require File Manager 5.0. ![](https://i.imgur.com/sqO3Y56.png) ## Important Information -* You need to use MCreator 2021.3.51219 +* You need to use MCreator 2021.3.51219 or a newer version * This version supports Forge 1.16.5, Forge 1.17.1 and Fabric 1.16.5 ## Downloads/Install Instructions diff --git a/src/plugin.json b/src/plugin.json index 505db47..5b6405b 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -5,7 +5,7 @@ "name": "File Manager", "description": "Create and read your files", "author": "Goldorion", - "version": "5.0.1", + "version": "5.1", "updateJSONURL": "https://raw.githubusercontent.com/Goldorion/File-Manager-MCreator/master/update.json", "pluginPageID": 64638 } diff --git a/update.json b/update.json index 0ab9833..d435c07 100644 --- a/update.json +++ b/update.json @@ -1,5 +1,5 @@ { "file-manager": { - "latest": "5.0.1" + "latest": "5.1" } }