From 960fef70bf0fb32010ddc1a82a886fa63be98a1e Mon Sep 17 00:00:00 2001 From: Muness Castle <931+muness@users.noreply.github.com> Date: Tue, 26 Dec 2023 07:27:54 -0500 Subject: [PATCH] Update to version 0.5.4 --- 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 0a24827..0ff77fd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "cloudatlas-o-am", "name": "Amazing Marvin", - "version": "0.5.3", + "version": "0.5.4", "minAppVersion": "1.4.16", "description": "Integration with Amazing Marvin", "author": "Cloud Atlas", diff --git a/package.json b/package.json index 37fbb2b..3b1b565 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloud-atlas", - "version": "0.5.4b", + "version": "0.5.4", "description": "Interoperability between Obsidian and Amazing Marvin", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 74b7df9..6e869c7 100644 --- a/versions.json +++ b/versions.json @@ -18,5 +18,6 @@ "0.5.1": "1.4.16", "0.5.2": "1.4.16", "0.5.3": "1.4.16", - "0.5.4b": "1.4.16" + "0.5.4b": "1.4.16", + "0.5.4": "1.4.16" }