mirror of
https://github.com/winters27/obsidian-byoc.git
synced 2026-07-22 06:53:46 +00:00
chore(release): 1.0.9
This commit is contained in:
parent
c8f22f5189
commit
e318e14eff
3 changed files with 4 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue