Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldorion committed Feb 4, 2023
1 parent 6af8b45 commit 7161f6e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## 5.6.1
* Updated to MCreator 2023.1.04717
* [#34] Added Chinese translation (Grey-Wind)
* Added missing French translations
* [Bugfix] Procedure blocks could not be taken from the category in the latest 2023.1 snapshot

## 5.6
Expand Down
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "file-manager",
"minversion": 202100351219,
"minversion": 202300104717,
"info": {
"name": "File Manager",
"description": "Create and read your files",
"author": "Goldorion",
"version": "5.6",
"version": "5.6.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.6"
"latest": "5.6.1"
}
}

0 comments on commit 7161f6e

Please sign in to comment.