From 8eb36ba20ac6ca0bd8f2f1f5bfb07be744904822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sun, 9 Jun 2024 16:15:00 -0700 Subject: [PATCH] bumping manifest version to 1.45.0 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 4cb6ad3d..70c70fb1 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.44.1" + "version": "1.45.0" } \ No newline at end of file diff --git a/package.json b/package.json index 9f0fd5ef..164ff967 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iron-vault", - "version": "1.44.1", + "version": "1.45.0", "description": "", "main": "main.js", "type": "module",