From b52625cd65360f1f055b3e1739f57d6f383d71ea Mon Sep 17 00:00:00 2001 From: Muness Castle <931+muness@users.noreply.github.com> Date: Mon, 25 Dec 2023 23:06:45 -0500 Subject: [PATCH] Update to version 0.5.0b2 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 28a646b..533216e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "cloudatlas-o-am", "name": "Amazing Marvin", - "version": "0.5.0b1", + "version": "0.5.0b2", "minAppVersion": "1.4.16", "description": "Integration with Amazing Marvin", "author": "Cloud Atlas", diff --git a/package.json b/package.json index 576693c..81aa593 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloud-atlas", - "version": "0.5.0b1", + "version": "0.5.0b2", "description": "Interoperability between Obsidian and Amazing Marvin", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 8014e86..4bf9053 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "0.4.0b": "1.4.16", "0.4.1b": "1.4.16", "0.4.2b": "1.4.16", - "0.5.0b1": "1.4.16" + "0.5.0b1": "1.4.16", + "0.5.0b2": "1.4.16" }