From 764762ec37830ebe689ba6ad15dd2c8685fe4eec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Baltazar?= Date: Sat, 31 Dec 2022 15:00:49 +0000 Subject: [PATCH] fix: make plugin desktop only --- README.md | 2 +- manifest.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6b2f7f0..19672ca 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Some improvements to be made: ## From BRAT -- Install with BRAT from Obsidian Community Plugins (if you don't have it) +- Install BRAT from Obsidian Community Plugins (if you don't have it) - Add this repository (AndreBaltazar8/obsidian-canvas-conversation) as a new plugin. ## From Releases diff --git a/manifest.json b/manifest.json index 19106cf..a5a77d9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "obsidian-canvas-conversation", "name": "Canvas Conversation", - "version": "1.0.2", + "version": "1.0.3", "minAppVersion": "0.15.0", "description": "Canvas Conversation is a plugin that allows you to create a ChatGPT conversation using Canvas Cards.", "author": "André Baltazar", "authorUrl": "https://github.com/AndreBaltazar8", - "isDesktopOnly": false + "isDesktopOnly": true } \ No newline at end of file diff --git a/package.json b/package.json index f441225..b2681de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-canvas-conversation", - "version": "1.0.2", + "version": "1.0.3", "description": "A plugin for Obsidian that allows you to create a canvas conversation using ChatGPT.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 03d60fe..1da423a 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.15.0", "1.0.1": "0.15.0", - "1.0.2": "0.15.0" + "1.0.2": "0.15.0", + "1.0.3": "0.15.0" } \ No newline at end of file