Test mobile support (#62)

* Test mobile support

* 2.2.3
This commit is contained in:
Logan Yang 2023-06-08 14:42:44 -07:00 committed by GitHub
parent 42e5d48b00
commit 506f64e284
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 6 deletions

View file

@ -1,7 +1,7 @@
{
"id": "copilot",
"name": "Copilot",
"version": "2.2.2",
"version": "2.2.3",
"minAppVersion": "0.15.0",
"description": "A ChatGPT Copilot in Obsidian.",
"author": "Logan Yang",
@ -10,5 +10,5 @@
"Buy Me a Coffee": "https://www.buymeacoffee.com/logancyang",
"GitHub Sponsor": "https://github.com/sponsors/logancyang"
},
"isDesktopOnly": true
"isDesktopOnly": false
}

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-copilot",
"version": "2.2.2",
"version": "2.2.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-copilot",
"version": "2.2.2",
"version": "2.2.3",
"license": "AGPL-3.0",
"dependencies": {
"@huggingface/inference": "^1.8.0",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-copilot",
"version": "2.2.2",
"version": "2.2.3",
"description": "ChatGPT integration for Obsidian",
"main": "main.js",
"scripts": {

View file

@ -11,5 +11,6 @@
"2.1.0": "0.15.0",
"2.2.0": "0.15.0",
"2.2.1": "0.15.0",
"2.2.2": "0.15.0"
"2.2.2": "0.15.0",
"2.2.3": "0.15.0"
}