chore(release): 1.0.9

This commit is contained in:
winters27 2026-06-16 11:37:41 -07:00
parent c8f22f5189
commit e318e14eff
3 changed files with 4 additions and 3 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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"
}