From 4dfea3053fcfd1ad32f2243bd43599881875de35 Mon Sep 17 00:00:00 2001 From: Chris Wegrzyn Date: Wed, 30 Oct 2024 22:11:35 -0400 Subject: [PATCH] bumping manifest version to 1.86.0 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 756cfce..8075e13 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.85.0" + "version": "1.86.0" } \ No newline at end of file diff --git a/package.json b/package.json index 85f52c1..e8eec5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iron-vault", - "version": "1.85.0", + "version": "1.86.0", "description": "", "main": "main.js", "type": "module",