From 1795d339863995f7a5258f1f667b2ccb216a5828 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 12 Jan 2025 12:00:20 +0000 Subject: [PATCH] Bump versions to 0.0.27 --- backend/Cargo.lock | 8 ++++---- backend/Cargo.toml | 2 +- manifest.json | 2 +- plugin/manifest.json | 2 +- plugin/package-lock.json | 6 +++--- plugin/package.json | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 38a2f7e..684e1c1 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1773,7 +1773,7 @@ dependencies = [ [[package]] name = "reconcile" -version = "0.0.26" +version = "0.0.27" dependencies = [ "insta", "pretty_assertions", @@ -1783,7 +1783,7 @@ dependencies = [ [[package]] name = "reconcile-fuzz" -version = "0.0.26" +version = "0.0.27" dependencies = [ "libfuzzer-sys", "reconcile", @@ -2415,7 +2415,7 @@ dependencies = [ [[package]] name = "sync_lib" -version = "0.0.26" +version = "0.0.27" dependencies = [ "base64 0.22.1", "console_error_panic_hook", @@ -2428,7 +2428,7 @@ dependencies = [ [[package]] name = "sync_server" -version = "0.0.26" +version = "0.0.27" dependencies = [ "aide", "aide-axum-typed-multipart", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index b4a38e6..e5292c2 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -13,7 +13,7 @@ authors = ["Andras Schmelczer "] edition = "2024" license = "MIT" repository = "https://github.com/schmelczer/vault-link" -version = "0.0.26" +version = "0.0.27" [workspace.dependencies] serde = { version = "1.0.214", default-features = false, features = ["derive"] } diff --git a/manifest.json b/manifest.json index 9614329..355dddc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-link", "name": "VaultLink", - "version": "0.0.26", + "version": "0.0.27", "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 9614329..355dddc 100644 --- a/plugin/manifest.json +++ b/plugin/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-link", "name": "VaultLink", - "version": "0.0.26", + "version": "0.0.27", "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 e075713..d093cab 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "vault-link-obsidian-plugin", - "version": "0.0.26", + "version": "0.0.27", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vault-link-obsidian-plugin", - "version": "0.0.26", + "version": "0.0.27", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.14", @@ -47,7 +47,7 @@ }, "../backend/sync_lib/pkg": { "name": "sync_lib", - "version": "0.0.26", + "version": "0.0.27", "dev": true, "license": "MIT" }, diff --git a/plugin/package.json b/plugin/package.json index d28d6dc..705d47f 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "vault-link-obsidian-plugin", - "version": "0.0.26", + "version": "0.0.27", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { @@ -55,4 +55,4 @@ "webpack": "^5.97.1", "webpack-cli": "^6.0.1" } -} \ No newline at end of file +}