From 9ec9740f945b105b2119fb436ff1558d38325997 Mon Sep 17 00:00:00 2001 From: Muness Castle <931+muness@users.noreply.github.com> Date: Sat, 23 Dec 2023 16:39:10 -0500 Subject: [PATCH] Update to version 0.4.0b --- 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 c5dc29b..cab7ed1 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "cloudatlas-o-am", "name": "Amazing Marvin", - "version": "0.3.2b2", + "version": "0.4.0b", "minAppVersion": "1.4.16", "description": "Integration with Amazing Marvin", "author": "Cloud Atlas", diff --git a/package.json b/package.json index 261a50a..d8984f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloud-atlas", - "version": "0.4.0", + "version": "0.4.0b", "description": "Interoperability between Obsidian and Amazing Marvin", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 8eac1f6..1425579 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "0.3.1": "1.4.16", "0.3.2b": "1.4.16", "0.3.2b2": "1.4.16", - "0.4.0": "1.4.16" + "0.4.0": "1.4.16", + "0.4.0b": "1.4.16" }