This commit is contained in:
Logan Yang 2025-07-10 16:50:40 -07:00 committed by GitHub
parent c1dbc965ed
commit 607b3c0907
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": "2.9.3",
"version": "2.9.4",
"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": "2.9.3",
"version": "2.9.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-copilot",
"version": "2.9.3",
"version": "2.9.4",
"license": "AGPL-3.0",
"dependencies": {
"@dnd-kit/core": "^6.3.1",

View file

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

View file

@ -87,5 +87,6 @@
"2.9.0": "0.15.0",
"2.9.1": "0.15.0",
"2.9.2": "0.15.0",
"2.9.3": "0.15.0"
"2.9.3": "0.15.0",
"2.9.4": "0.15.0"
}