From 0c58b915577cb872b9060e06df754254f96a70f6 Mon Sep 17 00:00:00 2001 From: Muness Castle <931+muness@users.noreply.github.com> Date: Tue, 2 Jan 2024 19:20:01 -0500 Subject: [PATCH] Update to version 0.9.2 --- 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 5a23e49..dc92288 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "cloudatlas-o-am", "name": "Amazing Marvin by Cloud Atlas", - "version": "0.9.1", + "version": "0.9.2", "minAppVersion": "1.4.16", "description": "Integration with Amazing Marvin", "author": "Cloud Atlas", diff --git a/package.json b/package.json index ae65ddb..e8b1b7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloud-atlas", - "version": "0.9.0", + "version": "0.9.2", "description": "Interoperability between Obsidian and Amazing Marvin", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 946cd22..febb80c 100644 --- a/versions.json +++ b/versions.json @@ -21,5 +21,6 @@ "0.5.4b": "1.4.16", "0.5.4": "1.4.16", "0.6.0": "1.4.16", - "0.9.0": "1.4.16" + "0.9.0": "1.4.16", + "0.9.2": "1.4.16" }