fix version format

This commit is contained in:
duanfuxiang 2025-04-09 11:25:41 +08:00
parent e96c42a6c3
commit 3999c916a5
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
releases:
- version: "0.1"
- version: "0.1.1"
features:
- "Added agent prompt with three modes (ask, research, write)"
- "Updated Ollama local proxy configuration"

View File

@ -1,7 +1,7 @@
{
"id": "infio-copilot",
"name": "Infio Copilot",
"version": "0.1",
"version": "0.1.1",
"minAppVersion": "0.15.0",
"description": "A Cursor-inspired AI assistant for notes that offers smart autocomplete and interactive chat with your selected notes",
"author": "Felix.D",

View File

@ -1,6 +1,6 @@
{
"name": "obsidian-infio-copilot",
"version": "0.1",
"version": "0.1.1",
"description": "A Cursor-inspired AI assistant that offers smart autocomplete and interactive chat with your selected notes",
"main": "main.js",
"scripts": {