From 71af1cbf917122abb93dce26f13ebe2508072cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Fri, 31 May 2024 02:04:58 -0700 Subject: [PATCH] bumping manifest version to 1.29.0 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index f6d63f6e..256ade6f 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.28.0" + "version": "1.29.0" } \ No newline at end of file diff --git a/package.json b/package.json index 5f5202b5..21d99ad2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iron-vault", - "version": "1.28.0", + "version": "1.29.0", "description": "", "main": "main.js", "type": "module",