From 55f92398c4220ebbea61bc6e98c085c815c0ef0c Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sat, 4 Jan 2025 17:38:15 +0000 Subject: [PATCH] Bump versions to 0.0.13 --- 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 7bb3bab2..0bc49368 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1481,7 +1481,7 @@ dependencies = [ [[package]] name = "reconcile" -version = "0.0.12" +version = "0.0.13" dependencies = [ "insta", "pretty_assertions", @@ -1491,7 +1491,7 @@ dependencies = [ [[package]] name = "reconcile-fuzz" -version = "0.0.12" +version = "0.0.13" dependencies = [ "libfuzzer-sys", "reconcile", @@ -2106,7 +2106,7 @@ dependencies = [ [[package]] name = "sync_lib" -version = "0.0.12" +version = "0.0.13" dependencies = [ "base64 0.22.1", "console_error_panic_hook", @@ -2120,7 +2120,7 @@ dependencies = [ [[package]] name = "sync_server" -version = "0.0.12" +version = "0.0.13" dependencies = [ "aide", "anyhow", diff --git a/backend/fuzz/Cargo.toml b/backend/fuzz/Cargo.toml index ad1030e7..68b04ff8 100644 --- a/backend/fuzz/Cargo.toml +++ b/backend/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reconcile-fuzz" -version = "0.0.12" +version = "0.0.13" publish = false edition = "2021" diff --git a/backend/reconcile/Cargo.toml b/backend/reconcile/Cargo.toml index 32e521c4..66e89860 100644 --- a/backend/reconcile/Cargo.toml +++ b/backend/reconcile/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reconcile" -version = "0.0.12" +version = "0.0.13" edition = "2021" [dependencies] diff --git a/backend/sync_lib/Cargo.toml b/backend/sync_lib/Cargo.toml index 0df4b657..0299fdb6 100644 --- a/backend/sync_lib/Cargo.toml +++ b/backend/sync_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sync_lib" -version = "0.0.12" +version = "0.0.13" authors = ["Andras Schmelczer "] edition = "2018" diff --git a/backend/sync_server/Cargo.toml b/backend/sync_server/Cargo.toml index bfb60f94..bc9a4bf2 100644 --- a/backend/sync_server/Cargo.toml +++ b/backend/sync_server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sync_server" -version = "0.0.12" +version = "0.0.13" edition = "2021" [dependencies] diff --git a/manifest.json b/manifest.json index 73bb7d40..e91d6ac2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-link", "name": "VaultLink", - "version": "0.0.12", + "version": "0.0.13", "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 73bb7d40..e91d6ac2 100644 --- a/plugin/manifest.json +++ b/plugin/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-link", "name": "VaultLink", - "version": "0.0.12", + "version": "0.0.13", "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 5fb7736d..63db2273 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-sample-plugin", - "version": "0.0.12", + "version": "0.0.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-sample-plugin", - "version": "0.0.12", + "version": "0.0.13", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.14", diff --git a/plugin/package.json b/plugin/package.json index 9d8bdf76..1d0cd4e7 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "vault-link-obsidian-plugin", - "version": "0.0.12", + "version": "0.0.13", "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 +}