Skip to content

Commit 9d28db3

Browse files
committed
Bump version
1 parent 9c77876 commit 9d28db3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class Globals {
44
private static final def ARCHIVE_NAME = "file-manager" // The name of the exported file
55

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

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "File Manager",
66
"description": "Create and read your files",
77
"author": "Goldorion",
8-
"version": "5.7",
8+
"version": "5.7.1",
99
"updateJSONURL": "https://raw.githubusercontent.com/Goldorion/File-Manager-MCreator/master/update.json",
1010
"pluginPageID": 64638
1111
}

update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"file-manager": {
3-
"latest": "5.7"
3+
"latest": "5.7.1"
44
}
55
}

0 commit comments

Comments
 (0)