From 2e1ed1fd942d84fee6439ccadafcdda68b746c32 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 5 Jan 2025 21:06:31 +0000 Subject: [PATCH] Bump versions to 0.0.14 --- 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 f8fdfe9e..35890a88 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1479,7 +1479,7 @@ dependencies = [ [[package]] name = "reconcile" -version = "0.0.13" +version = "0.0.14" dependencies = [ "insta", "pretty_assertions", @@ -1489,7 +1489,7 @@ dependencies = [ [[package]] name = "reconcile-fuzz" -version = "0.0.13" +version = "0.0.14" dependencies = [ "libfuzzer-sys", "reconcile", @@ -2104,7 +2104,7 @@ dependencies = [ [[package]] name = "sync_lib" -version = "0.0.13" +version = "0.0.14" dependencies = [ "base64 0.22.1", "console_error_panic_hook", @@ -2117,7 +2117,7 @@ dependencies = [ [[package]] name = "sync_server" -version = "0.0.13" +version = "0.0.14" dependencies = [ "aide", "anyhow", diff --git a/backend/fuzz/Cargo.toml b/backend/fuzz/Cargo.toml index 68b04ff8..568a2eea 100644 --- a/backend/fuzz/Cargo.toml +++ b/backend/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reconcile-fuzz" -version = "0.0.13" +version = "0.0.14" publish = false edition = "2021" diff --git a/backend/reconcile/Cargo.toml b/backend/reconcile/Cargo.toml index 66e89860..dec774f5 100644 --- a/backend/reconcile/Cargo.toml +++ b/backend/reconcile/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reconcile" -version = "0.0.13" +version = "0.0.14" edition = "2021" [dependencies] diff --git a/backend/sync_lib/Cargo.toml b/backend/sync_lib/Cargo.toml index 2ac90103..2889e9aa 100644 --- a/backend/sync_lib/Cargo.toml +++ b/backend/sync_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sync_lib" -version = "0.0.13" +version = "0.0.14" authors = ["Andras Schmelczer "] edition = "2018" diff --git a/backend/sync_server/Cargo.toml b/backend/sync_server/Cargo.toml index bc9a4bf2..4487bebe 100644 --- a/backend/sync_server/Cargo.toml +++ b/backend/sync_server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sync_server" -version = "0.0.13" +version = "0.0.14" edition = "2021" [dependencies] diff --git a/manifest.json b/manifest.json index e91d6ac2..fcf802bd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-link", "name": "VaultLink", - "version": "0.0.13", + "version": "0.0.14", "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 e91d6ac2..fcf802bd 100644 --- a/plugin/manifest.json +++ b/plugin/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-link", "name": "VaultLink", - "version": "0.0.13", + "version": "0.0.14", "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 19c2038c..f2378a70 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "vault-link-obsidian-plugin", - "version": "0.0.13", + "version": "0.0.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vault-link-obsidian-plugin", - "version": "0.0.13", + "version": "0.0.14", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.14", diff --git a/plugin/package.json b/plugin/package.json index 997d4cd8..81496849 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "vault-link-obsidian-plugin", - "version": "0.0.13", + "version": "0.0.14", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { @@ -53,4 +53,4 @@ "webpack": "^5.97.1", "webpack-cli": "^6.0.1" } -} \ No newline at end of file +}