From b5364eeab120d9f9cd4198995a9cefcb4ee05a94 Mon Sep 17 00:00:00 2001 From: Chris Wegrzyn Date: Thu, 31 Oct 2024 08:36:29 -0400 Subject: [PATCH] bumping manifest version to 1.86.2 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index d7514d5..144050d 100644 --- a/manifest.json +++ b/manifest.json @@ -6,5 +6,5 @@ "author": "Iron Vault Dev Team", "authorUrl": "https://github.com/iron-vault-plugin", "isDesktopOnly": false, - "version": "1.86.1" + "version": "1.86.2" } \ No newline at end of file diff --git a/package.json b/package.json index 86ed003..f720f65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iron-vault", - "version": "1.86.1", + "version": "1.86.2", "description": "", "main": "main.js", "type": "module",