diff --git a/backend/Cargo.lock b/backend/Cargo.lock index bd0a93a..3f37e43 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1493,7 +1493,7 @@ dependencies = [ [[package]] name = "reconcile" -version = "0.0.7" +version = "0.0.8" dependencies = [ "insta", "pretty_assertions", @@ -1503,7 +1503,7 @@ dependencies = [ [[package]] name = "reconcile-fuzz" -version = "0.0.7" +version = "0.0.8" dependencies = [ "libfuzzer-sys", "reconcile", @@ -2109,7 +2109,7 @@ dependencies = [ [[package]] name = "sync_lib" -version = "0.0.7" +version = "0.0.8" dependencies = [ "base64 0.22.1", "console_error_panic_hook", @@ -2123,7 +2123,7 @@ dependencies = [ [[package]] name = "sync_server" -version = "0.0.7" +version = "0.0.8" dependencies = [ "aide", "anyhow", diff --git a/backend/fuzz/Cargo.toml b/backend/fuzz/Cargo.toml index af98a37..61d48a5 100644 --- a/backend/fuzz/Cargo.toml +++ b/backend/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reconcile-fuzz" -version = "0.0.7" +version = "0.0.8" publish = false edition = "2021" diff --git a/backend/reconcile/Cargo.toml b/backend/reconcile/Cargo.toml index 68ea52f..b111941 100644 --- a/backend/reconcile/Cargo.toml +++ b/backend/reconcile/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reconcile" -version = "0.0.7" +version = "0.0.8" edition = "2021" [dependencies] diff --git a/backend/sync_lib/Cargo.toml b/backend/sync_lib/Cargo.toml index a39a023..9942d67 100644 --- a/backend/sync_lib/Cargo.toml +++ b/backend/sync_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sync_lib" -version = "0.0.7" +version = "0.0.8" authors = ["Andras Schmelczer "] edition = "2018" diff --git a/backend/sync_server/Cargo.toml b/backend/sync_server/Cargo.toml index 9711323..b5ca30f 100644 --- a/backend/sync_server/Cargo.toml +++ b/backend/sync_server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sync_server" -version = "0.0.7" +version = "0.0.8" edition = "2021" [dependencies] diff --git a/manifest.json b/manifest.json index ca52bc6..bc304a2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-link", "name": "VaultLink", - "version": "0.0.7", + "version": "0.0.8", "minAppVersion": "0.0.0", "description": "Self-hosted synchronization and collaboration for your Vault.", "author": "Andras Schmelczer", diff --git a/plugin/manifest.json b/plugin/manifest.json index ca52bc6..bc304a2 100644 --- a/plugin/manifest.json +++ b/plugin/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-link", "name": "VaultLink", - "version": "0.0.7", + "version": "0.0.8", "minAppVersion": "0.0.0", "description": "Self-hosted synchronization and collaboration for your Vault.", "author": "Andras Schmelczer", diff --git a/plugin/package-lock.json b/plugin/package-lock.json index e13c409..64d0bdf 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-sample-plugin", - "version": "0.0.7", + "version": "0.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-sample-plugin", - "version": "0.0.7", + "version": "0.0.8", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/plugin/package.json b/plugin/package.json index 8096c6d..cfcc657 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "0.0.7", + "version": "0.0.8", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { @@ -31,4 +31,4 @@ "typescript-eslint": "8.18.0", "fetch-retry": "^6.0.0" } -} \ No newline at end of file +}