chore: bump version to 1.0.13

This commit is contained in:
buddybridge 2026-06-29 20:59:31 +08:00
parent 2bdd9ad41a
commit 3bae55d032
3 changed files with 5 additions and 4 deletions

View file

@ -1,10 +1,10 @@
{
"id": "buddybridge",
"name": "BuddyBridge",
"version": "1.0.12",
"minAppVersion": "1.7.2",
"description": "An unofficial bridge for WorkBuddy and CodeBuddy, featuring multi-turn chat and streaming responses.",
"author": "ben4202121",
"authorUrl": "https://github.com/ben4202121",
"isDesktopOnly": true
"isDesktopOnly": true,
"version": "1.0.13"
}

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-buddybridge",
"version": "1.0.12",
"version": "1.0.13",
"description": "第三方 Obsidian 插件,桥接本地 WorkBuddy/CodeBuddy Gateway",
"main": "main.js",
"scripts": {

View file

@ -2,5 +2,6 @@
"1.0.0": "0.15.0",
"1.0.9": "1.5.0",
"1.0.11": "1.5.0",
"1.0.12": "1.7.2"
"1.0.12": "1.7.2",
"1.0.13": "1.7.2"
}