From e318e14effb161ceaaee7c3d2ca508197a2ebcb1 Mon Sep 17 00:00:00 2001 From: winters27 Date: Tue, 16 Jun 2026 11:37:41 -0700 Subject: [PATCH] chore(release): 1.0.9 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 11b201b..06a19b7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "byoc", "name": "Bring Your Own Cloud", - "version": "1.0.8", + "version": "1.0.9", "minAppVersion": "0.15.0", "description": "A native cloud and device synchronization tool.", "author": "winters27", diff --git a/package.json b/package.json index c6b784b..1975a43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "byoc", - "version": "1.0.8", + "version": "1.0.9", "description": "A clean, self-hosted, un-paywalled synchronization tool for Obsidian.", "scripts": { "dev2": "node esbuild.config.mjs --watch", diff --git a/versions.json b/versions.json index 5bbcf87..1937b7a 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "1.0.5": "0.15.0", "1.0.6": "0.15.0", "1.0.7": "0.15.0", - "1.0.8": "0.15.0" + "1.0.8": "0.15.0", + "1.0.9": "0.15.0" }