Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldorion committed Jun 9, 2023
1 parent 9c77876 commit 9d28db3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Globals {
private static final def ARCHIVE_NAME = "file-manager" // The name of the exported file

// You can change the root folder of your OS if you have a custom installation
public static final def MCREATOR_ROOT_FOLDER_WINDOWS = "C://Program Files/Pylo/MCreatorEAP2023220712/" // Default path on Windows
public static final def MCREATOR_ROOT_FOLDER_WINDOWS = "C://Program Files/Pylo/MCreatorEAP2023222518/" // Default path on Windows
public static def MCREATOR_ROOT_FOLDER_MAC_LINUX = "/Applications/MCreator.app/Contents/MacOS/mcreator"
// Default path on macOS and Linux

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.7",
"version": "5.7.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.7"
"latest": "5.7.1"
}
}

0 comments on commit 9d28db3

Please sign in to comment.