From 88feebf486a82c71cdf6edc68d7697dc37e56a9a Mon Sep 17 00:00:00 2001 From: Logan Yang Date: Tue, 11 Nov 2025 17:07:35 -0800 Subject: [PATCH] 3.1.3 (#2025) --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 8caff599..6a7576ea 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package-lock.json b/package-lock.json index ac10bf97..2d321463 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 0266806a..e3502505 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index ebd5c01b..8203b07d 100644 --- a/versions.json +++ b/versions.json @@ -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" }