From c1bc2def4f83833dd3712d7ff8d07a18ad9cd4dd Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Fri, 3 Jan 2025 18:26:17 +0000 Subject: [PATCH] Bump versions to 0.0.10 --- backend/Cargo.lock | 8 ++++---- backend/fuzz/Cargo.toml | 2 +- backend/reconcile/Cargo.toml | 2 +- backend/sync_lib/Cargo.toml | 2 +- backend/sync_server/Cargo.toml | 2 +- manifest.json | 2 +- plugin/manifest.json | 2 +- plugin/package-lock.json | 4 ++-- plugin/package.json | 4 ++-- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index f5cbc7c..d707c01 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1481,7 +1481,7 @@ dependencies = [ [[package]] name = "reconcile" -version = "0.0.9" +version = "0.0.10" dependencies = [ "insta", "pretty_assertions", @@ -1491,7 +1491,7 @@ dependencies = [ [[package]] name = "reconcile-fuzz" -version = "0.0.9" +version = "0.0.10" dependencies = [ "libfuzzer-sys", "reconcile", @@ -2097,7 +2097,7 @@ dependencies = [ [[package]] name = "sync_lib" -version = "0.0.9" +version = "0.0.10" dependencies = [ "base64 0.22.1", "console_error_panic_hook", @@ -2110,7 +2110,7 @@ dependencies = [ [[package]] name = "sync_server" -version = "0.0.9" +version = "0.0.10" dependencies = [ "aide", "anyhow", diff --git a/backend/fuzz/Cargo.toml b/backend/fuzz/Cargo.toml index c57b233..e381d5e 100644 --- a/backend/fuzz/Cargo.toml +++ b/backend/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reconcile-fuzz" -version = "0.0.9" +version = "0.0.10" publish = false edition = "2021" diff --git a/backend/reconcile/Cargo.toml b/backend/reconcile/Cargo.toml index 8fd2a68..fb2df17 100644 --- a/backend/reconcile/Cargo.toml +++ b/backend/reconcile/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reconcile" -version = "0.0.9" +version = "0.0.10" edition = "2021" [dependencies] diff --git a/backend/sync_lib/Cargo.toml b/backend/sync_lib/Cargo.toml index 62d74a1..4a2b7f2 100644 --- a/backend/sync_lib/Cargo.toml +++ b/backend/sync_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sync_lib" -version = "0.0.9" +version = "0.0.10" authors = ["Andras Schmelczer "] edition = "2018" diff --git a/backend/sync_server/Cargo.toml b/backend/sync_server/Cargo.toml index d86bc4c..57f6ae0 100644 --- a/backend/sync_server/Cargo.toml +++ b/backend/sync_server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sync_server" -version = "0.0.9" +version = "0.0.10" edition = "2021" [dependencies] diff --git a/manifest.json b/manifest.json index 2542d12..314baf9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-link", "name": "VaultLink", - "version": "0.0.9", + "version": "0.0.10", "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 2542d12..314baf9 100644 --- a/plugin/manifest.json +++ b/plugin/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-link", "name": "VaultLink", - "version": "0.0.9", + "version": "0.0.10", "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 4cbe8da..92d4380 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-sample-plugin", - "version": "0.0.9", + "version": "0.0.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-sample-plugin", - "version": "0.0.9", + "version": "0.0.10", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.14", diff --git a/plugin/package.json b/plugin/package.json index 03932ce..3339c65 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "0.0.9", + "version": "0.0.10", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { @@ -35,4 +35,4 @@ "typescript": "5.7.2", "typescript-eslint": "8.18.0" } -} \ No newline at end of file +}