diff --git a/manifest.json b/manifest.json index 97aaa7c..e224d09 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-livesync", "name": "Self-hosted LiveSync", - "version": "0.14.7", + "version": "0.14.8", "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 c522e8b..a2003d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-livesync", - "version": "0.14.7", + "version": "0.14.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-livesync", - "version": "0.14.7", + "version": "0.14.8", "license": "MIT", "dependencies": { "diff-match-patch": "^1.0.5", diff --git a/package.json b/package.json index 5fcd551..ec6ca13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-livesync", - "version": "0.14.7", + "version": "0.14.8", "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", diff --git a/updates.md b/updates.md index dded206..7d918a9 100644 --- a/updates.md +++ b/updates.md @@ -21,7 +21,7 @@ - 0.14.5 Auto chunk size adjusting implemented. - 0.14.6 Change Target to ES2018 - 0.14.7 Refactor and fix typos. - +- 0.14.8 Refactored again. There should be no change in behaviour, but please let me know if there is any. ### 0.13.0 - The metadata of the deleted files will be kept on the database by default. If you want to delete this as the previous version, please turn on `Delete metadata of deleted files.`. And, if you have upgraded from the older version, please ensure every device has been upgraded.