From 6cac327f6054d58105de2c70a76d3bd46601ff7d Mon Sep 17 00:00:00 2001 From: Chris Wegrzyn Date: Sun, 1 Dec 2024 22:33:40 -0500 Subject: [PATCH] bumping manifest version to 1.88.1 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 391753f..6c0a1c9 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.88.0" + "version": "1.88.1" } \ No newline at end of file diff --git a/package.json b/package.json index c93d836..a73f4b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iron-vault", - "version": "1.88.0", + "version": "1.88.1", "description": "", "main": "main.js", "type": "module",