From 2b09022e2ef2abf9d40d9d064f29cbb658ed3a83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sat, 8 Jun 2024 23:48:25 -0700 Subject: [PATCH] bumping manifest version to 1.43.0 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 22c337ff..41e9972f 100644 --- a/manifest.json +++ b/manifest.json @@ -7,5 +7,5 @@ "authorUrl": "https://github.com/cwegrzyn", "fundingUrl": "https://obsidian.md/pricing", "isDesktopOnly": false, - "version": "1.42.1" + "version": "1.43.0" } \ No newline at end of file diff --git a/package.json b/package.json index beebf1c6..b1b2dce0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iron-vault", - "version": "1.42.1", + "version": "1.43.0", "description": "", "main": "main.js", "type": "module",