Skip to content

Commit

Permalink
fix: make plugin desktop only
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreBaltazar8 committed Dec 31, 2022
1 parent a4b9c70 commit 764762e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 764762e

Please sign in to comment.