This commit is contained in:
Logan Yang 2023-04-21 21:16:30 -07:00
parent d751317834
commit ed13feee9e
4 changed files with 19 additions and 18 deletions

View file

@ -1,14 +1,14 @@
{
"id": "copilot",
"name": "Copilot",
"version": "1.1.0",
"minAppVersion": "0.15.0",
"description": "A ChatGPT Copilot in Obsidian.",
"author": "Logan Yang",
"authorUrl": "https://twitter.com/logancyang",
"fundingUrl": {
"Buy Me a Coffee": "https://www.buymeacoffee.com/logancyang",
"GitHub Sponsor": "https://github.com/sponsors/logancyang"
},
"isDesktopOnly": true
}
"id": "copilot",
"name": "Copilot",
"version": "1.1.0",
"minAppVersion": "0.15.0",
"description": "A ChatGPT Copilot in Obsidian.",
"author": "Logan Yang",
"authorUrl": "https://twitter.com/logancyang",
"fundingUrl": {
"Buy Me a Coffee": "https://www.buymeacoffee.com/logancyang",
"GitHub Sponsor": "https://github.com/sponsors/logancyang"
},
"isDesktopOnly": true
}

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-copilot",
"version": "1.0.0",
"version": "1.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-copilot",
"version": "1.0.0",
"version": "1.1.0",
"license": "AGPL-3.0",
"dependencies": {
"@tabler/icons-react": "^2.14.0",

View file

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

View file

@ -1,3 +1,4 @@
{
"1.0.0": "0.15.0"
}
"1.0.0": "0.15.0",
"1.1.0": "0.15.0"
}