From 4b8625412169660ef8cfe876f9c2a58cad26e6ae Mon Sep 17 00:00:00 2001 From: Muness Castle <931+muness@users.noreply.github.com> Date: Thu, 21 Dec 2023 14:41:30 -0500 Subject: [PATCH] Update to version 0.3.2b2 --- manifest-beta.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index e9a1139..c5dc29b 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "cloudatlas-o-am", "name": "Amazing Marvin", - "version": "0.3.2b", + "version": "0.3.2b2", "minAppVersion": "1.4.16", "description": "Integration with Amazing Marvin", "author": "Cloud Atlas", diff --git a/package.json b/package.json index 1519521..f954185 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloud-atlas", - "version": "0.3.2b", + "version": "0.3.2b2", "description": "Interoperability between Obsidian and Amazing Marvin", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index aebba49..6a88748 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "0.2.0": "1.4.16", "0.3.0": "1.4.16", "0.3.1": "1.4.16", - "0.3.2b": "1.4.16" + "0.3.2b": "1.4.16", + "0.3.2b2": "1.4.16" }