From 9d28db389f197d051362475badfd87c606ac58c0 Mon Sep 17 00:00:00 2001 From: Goldorion <38427877+Goldorion@users.noreply.github.com> Date: Thu, 8 Jun 2023 23:44:29 -0400 Subject: [PATCH] Bump version --- build.gradle | 2 +- src/plugin.json | 2 +- update.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 2cc442a..1720c3e 100644 --- a/build.gradle +++ b/build.gradle @@ -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 diff --git a/src/plugin.json b/src/plugin.json index e3b8856..8259a29 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.7", + "version": "5.7.1", "updateJSONURL": "https://raw.githubusercontent.com/Goldorion/File-Manager-MCreator/master/update.json", "pluginPageID": 64638 } diff --git a/update.json b/update.json index 54ac22e..3a0f098 100644 --- a/update.json +++ b/update.json @@ -1,5 +1,5 @@ { "file-manager": { - "latest": "5.7" + "latest": "5.7.1" } }