From 64677b4c0fc520f4f1fcb52ceb0bc264f7820e8a Mon Sep 17 00:00:00 2001 From: Chris Wegrzyn Date: Wed, 21 Aug 2024 21:17:35 -0400 Subject: [PATCH] bumping manifest version to 1.85.0 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 863527b..756cfce 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.84.1" + "version": "1.85.0" } \ No newline at end of file diff --git a/package.json b/package.json index 96a9f24..dc7c826 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iron-vault", - "version": "1.84.1", + "version": "1.85.0", "description": "", "main": "main.js", "type": "module",