Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldorion committed Dec 29, 2021
1 parent 9e3dc6f commit af17b13
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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)

### Read a JSON file and use values
![](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
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion update.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"file-manager": {
"latest": "5.0.1"
"latest": "5.1"
}
}

0 comments on commit af17b13

Please sign in to comment.