From a5bbd5e3a916efcb0be36b7c55b149ef0e449098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sat, 13 Jul 2024 22:43:14 -0700 Subject: [PATCH] bumping manifest version to 1.76.0 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index c6e9f57c..4052c22b 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.75.3" + "version": "1.76.0" } \ No newline at end of file diff --git a/package.json b/package.json index 22f26cf4..362f945a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iron-vault", - "version": "1.75.3", + "version": "1.76.0", "description": "", "main": "main.js", "type": "module",