From 4aaa97f79e8599126758acb39e9a567376674ce9 Mon Sep 17 00:00:00 2001 From: Muness Castle <931+muness@users.noreply.github.com> Date: Wed, 7 Feb 2024 06:39:29 -0500 Subject: [PATCH] Update to version 0.9.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 4b9f6bb..eca9f7d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "cloud-atlas", "name": "Cloud Atlas", - "version": "0.9.0beta", + "version": "0.9.0", "minAppVersion": "1.5.3", "description": "Interoperability between Obsidian and Cloud Atlas", "author": "Cloud Atlas", diff --git a/package.json b/package.json index dd11f3d..42fd263 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloud-atlas", - "version": "0.9.0beta", + "version": "0.9.0", "description": "Interoperability between Obsidian and Cloud Atlas", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 85b9f00..1afdbc4 100644 --- a/versions.json +++ b/versions.json @@ -21,5 +21,6 @@ "0.8.1": "1.5.3", "0.8.2": "1.5.3", "0.8.3": "1.5.3", - "0.9.0beta": "1.5.3" + "0.9.0beta": "1.5.3", + "0.9.0": "1.5.3" }