From 58dcc13b50f62620af8113e2aee4f0bbbdbe25ef Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Thu, 9 Jun 2022 17:45:32 +0900 Subject: [PATCH] Bumped --- lib | 1 + manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) create mode 160000 lib diff --git a/lib b/lib new file mode 160000 index 0000000..315ef99 --- /dev/null +++ b/lib @@ -0,0 +1 @@ +Subproject commit 315ef99845626fdb4267938f0520e37076381774 diff --git a/manifest.json b/manifest.json index 64b1638..515d5da 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-livesync", "name": "Self-hosted LiveSync", - "version": "0.9.0", + "version": "0.10.0", "minAppVersion": "0.9.12", "description": "Community implementation of self-hosted livesync. Reflect your vault changes to some other devices immediately. Please make sure to disable other synchronize solutions to avoid content corruption or duplication.", "author": "vorotamoroz", diff --git a/package-lock.json b/package-lock.json index ad75e95..44f7644 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-livesync", - "version": "0.9.0", + "version": "0.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-livesync", - "version": "0.9.0", + "version": "0.10.0", "license": "MIT", "dependencies": { "diff-match-patch": "^1.0.5", diff --git a/package.json b/package.json index 9d52cf5..10ed347 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-livesync", - "version": "0.9.0", + "version": "0.10.0", "description": "Reflect your vault changes to some other devices immediately. Please make sure to disable other synchronize solutions to avoid content corruption or duplication.", "main": "main.js", "type": "module",