From bcf3c91f6253654bca6fea7141b3cbb816e870ea Mon Sep 17 00:00:00 2001 From: Daniel Handayan Mayer <76592751+IllustrisJack@users.noreply.github.com> Date: Tue, 8 Feb 2022 17:23:25 +0100 Subject: [PATCH] chore(veeditor): bump vemanager ver dep --- mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.json b/mod.json index 0ecfd86..9a6094d 100644 --- a/mod.json +++ b/mod.json @@ -8,6 +8,6 @@ "HasVeniceEXT": true, "Tags": ["ve-editor"], "Dependencies": { - "VEManager": "^0.2.5" + "VEManager": "^0.2.6" } }