From 5cbecab71f4f4f73474a985a1acdb1f36e0a19ce Mon Sep 17 00:00:00 2001 From: Muness Castle <931+muness@users.noreply.github.com> Date: Wed, 20 Dec 2023 13:05:01 -0500 Subject: [PATCH] Update to version 0.1.0 --- 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 66d6f9b..6157a89 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "cloudatlas-o-am", "name": "Amazing Marvin (Cloud Atlas)", - "version": "0.0.1", + "version": "0.1.0", "minAppVersion": "1.4.16", "description": "Interoperability between Obsidian and Amazing Marvin", "author": "Cloud Atlas", diff --git a/package.json b/package.json index 0eee1de..425d6ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloud-atlas", - "version": "0.0.1", + "version": "0.1.0", "description": "Interoperability between Obsidian and Amazing Marvin", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 7ffc388..4326e4a 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "0.0.1": "1.4.16" + "0.0.1": "1.4.16", + "0.1.0": "1.4.16" }