From 9e4302354a2f55cbb00c3d02a16b57e7042c802c Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Thu, 2 Jan 2025 22:45:31 +0000 Subject: [PATCH] Bump versions to 0.0.9 --- 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 | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 3f37e43b..d9cea4ed 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1493,7 +1493,7 @@ dependencies = [ [[package]] name = "reconcile" -version = "0.0.8" +version = "0.0.9" dependencies = [ "insta", "pretty_assertions", @@ -1503,7 +1503,7 @@ dependencies = [ [[package]] name = "reconcile-fuzz" -version = "0.0.8" +version = "0.0.9" dependencies = [ "libfuzzer-sys", "reconcile", @@ -2109,7 +2109,7 @@ dependencies = [ [[package]] name = "sync_lib" -version = "0.0.8" +version = "0.0.9" dependencies = [ "base64 0.22.1", "console_error_panic_hook", @@ -2123,7 +2123,7 @@ dependencies = [ [[package]] name = "sync_server" -version = "0.0.8" +version = "0.0.9" dependencies = [ "aide", "anyhow", diff --git a/backend/fuzz/Cargo.toml b/backend/fuzz/Cargo.toml index 61d48a5c..c57b2333 100644 --- a/backend/fuzz/Cargo.toml +++ b/backend/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reconcile-fuzz" -version = "0.0.8" +version = "0.0.9" publish = false edition = "2021" diff --git a/backend/reconcile/Cargo.toml b/backend/reconcile/Cargo.toml index b1119412..8fd2a68e 100644 --- a/backend/reconcile/Cargo.toml +++ b/backend/reconcile/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reconcile" -version = "0.0.8" +version = "0.0.9" edition = "2021" [dependencies] diff --git a/backend/sync_lib/Cargo.toml b/backend/sync_lib/Cargo.toml index 9942d676..8fd2dfc3 100644 --- a/backend/sync_lib/Cargo.toml +++ b/backend/sync_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sync_lib" -version = "0.0.8" +version = "0.0.9" authors = ["Andras Schmelczer "] edition = "2018" diff --git a/backend/sync_server/Cargo.toml b/backend/sync_server/Cargo.toml index b5ca30fa..d86bc4c6 100644 --- a/backend/sync_server/Cargo.toml +++ b/backend/sync_server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sync_server" -version = "0.0.8" +version = "0.0.9" edition = "2021" [dependencies] diff --git a/manifest.json b/manifest.json index bc304a23..2542d12d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-link", "name": "VaultLink", - "version": "0.0.8", + "version": "0.0.9", "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 bc304a23..2542d12d 100644 --- a/plugin/manifest.json +++ b/plugin/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-link", "name": "VaultLink", - "version": "0.0.8", + "version": "0.0.9", "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 64d0bdfa..ca8ce13e 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-sample-plugin", - "version": "0.0.8", + "version": "0.0.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-sample-plugin", - "version": "0.0.8", + "version": "0.0.9", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/plugin/package.json b/plugin/package.json index cfcc6572..5e1e5331 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "0.0.8", + "version": "0.0.9", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": {