From 5a8fed057456be07cfa828d1c2d23848075a4e69 Mon Sep 17 00:00:00 2001 From: Chris Wegrzyn Date: Fri, 16 Aug 2024 22:39:16 -0400 Subject: [PATCH] bumping manifest version to 1.84.1 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index d22a917..863527b 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.0" + "version": "1.84.1" } \ No newline at end of file diff --git a/package.json b/package.json index 800f124..96a9f24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iron-vault", - "version": "1.84.0", + "version": "1.84.1", "description": "", "main": "main.js", "type": "module",