From 388e936cdcdda41a0f1d92935ddb9b6cf9cfeff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Wed, 17 Jul 2024 21:56:05 -0700 Subject: [PATCH] bumping manifest version to 1.80.0 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 3fb8ff5..f274e06 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.79.0" + "version": "1.80.0" } \ No newline at end of file diff --git a/package.json b/package.json index 4483104..55a0ef8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iron-vault", - "version": "1.79.0", + "version": "1.80.0", "description": "", "main": "main.js", "type": "module",