From 9d385081e9ed8f9fce9aeda1b462c33495167417 Mon Sep 17 00:00:00 2001 From: Muness Castle <931+muness@users.noreply.github.com> Date: Wed, 7 Feb 2024 09:33:03 -0500 Subject: [PATCH] Update to version 0.9.1mobile --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 8b018bf..a0f7080 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "cloud-atlas", "name": "Cloud Atlas", - "version": "0.9.0", + "version": "0.9.1mobile", "minAppVersion": "1.5.3", - "description": "A unique ChatGPT interface that prioritizes integration with your content and the Canvas interface.", + "description": "Interoperability between Obsidian and Cloud Atlas", "author": "Cloud Atlas", "authorUrl": "https://cloud-atlas.ai", "isDesktopOnly": false diff --git a/package.json b/package.json index 434f9d7..8c792d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloud-atlas", - "version": "0.9.0", + "version": "0.9.1mobile", "description": "Interoperability between Obsidian and Cloud Atlas", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 1afdbc4..97173f5 100644 --- a/versions.json +++ b/versions.json @@ -22,5 +22,6 @@ "0.8.2": "1.5.3", "0.8.3": "1.5.3", "0.9.0beta": "1.5.3", - "0.9.0": "1.5.3" + "0.9.0": "1.5.3", + "0.9.1mobile": "1.5.3" }