feat: 更新版本号至 1.1.8

This commit is contained in:
huojl 2026-06-13 14:00:09 +08:00
parent d6245a74d3
commit b6050bfdfc
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "sonicnote-sync",
"name": "SonicNote Sync",
"version": "1.1.7",
"version": "1.1.8",
"minAppVersion": "0.15.0",
"description": "Sync recordings from SonicNote as Markdown files with transcripts, AI summaries, and study reports.",
"author": "EasyLinkIn",

View file

@ -1,6 +1,6 @@
{
"name": "sonicnote-sync",
"version": "1.1.7",
"version": "1.1.8",
"description": "Sync recordings from SonicNote to Obsidian as Markdown files",
"main": "main.js",
"scripts": {

View file

@ -3,5 +3,6 @@
"1.1.0": "0.15.0",
"1.1.2": "0.15.0",
"1.1.3": "0.15.0",
"1.1.4": "0.15.0"
"1.1.4": "0.15.0",
"1.1.8": "0.15.0"
}