This commit is contained in:
Logan Yang 2025-11-11 17:07:35 -08:00 committed by GitHub
parent 6b48e1cac7
commit 88feebf486
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "copilot",
"name": "Copilot",
"version": "3.1.2",
"version": "3.1.3",
"minAppVersion": "0.15.0",
"description": "Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.",
"author": "Logan Yang",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-copilot",
"version": "3.1.2",
"version": "3.1.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-copilot",
"version": "3.1.2",
"version": "3.1.3",
"license": "AGPL-3.0",
"dependencies": {
"@dnd-kit/core": "^6.3.1",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-copilot",
"version": "3.1.2",
"version": "3.1.3",
"description": "Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.",
"main": "main.js",
"scripts": {

View file

@ -96,5 +96,6 @@
"3.0.3": "0.15.0",
"3.1.0": "0.15.0",
"3.1.1": "0.15.0",
"3.1.2": "0.15.0"
"3.1.2": "0.15.0",
"3.1.3": "0.15.0"
}