diff --git a/manifest.json b/manifest.json index 146af95..ff2439a 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 66cd87f..3caca9c 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 3c9bd3e..38cadcc 100644 --- a/versions.json +++ b/versions.json @@ -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" }