From 4e45888040ffbdb685da841d06e41209c56f85ff Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Wed, 2 Apr 2025 22:18:16 +0100 Subject: [PATCH] Bump versions to 0.3.4 --- backend/Cargo.lock | 6 +++--- backend/Cargo.toml | 2 +- frontend/obsidian-plugin/manifest.json | 2 +- frontend/obsidian-plugin/package.json | 4 ++-- frontend/package-lock.json | 8 ++++---- frontend/sync-client/package.json | 2 +- frontend/test-client/package.json | 2 +- manifest.json | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index d7aa152e..cfa7c915 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1892,7 +1892,7 @@ dependencies = [ [[package]] name = "reconcile" -version = "0.3.3" +version = "0.3.4" dependencies = [ "insta", "pretty_assertions", @@ -2510,7 +2510,7 @@ dependencies = [ [[package]] name = "sync_lib" -version = "0.3.3" +version = "0.3.4" dependencies = [ "base64 0.22.1", "console_error_panic_hook", @@ -2523,7 +2523,7 @@ dependencies = [ [[package]] name = "sync_server" -version = "0.3.3" +version = "0.3.4" dependencies = [ "aide", "aide-axum-typed-multipart", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index de127567..4addc8f4 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -12,7 +12,7 @@ authors = ["Andras Schmelczer "] edition = "2024" license = "MIT" repository = "https://github.com/schmelczer/vault-link" -version = "0.3.3" +version = "0.3.4" [workspace.dependencies] serde = { version = "1.0.219", default-features = false, features = ["derive"] } diff --git a/frontend/obsidian-plugin/manifest.json b/frontend/obsidian-plugin/manifest.json index 6ddc5526..dbee2b86 100644 --- a/frontend/obsidian-plugin/manifest.json +++ b/frontend/obsidian-plugin/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-link", "name": "VaultLink", - "version": "0.3.3", + "version": "0.3.4", "minAppVersion": "0.0.0", "description": "Self-hosted synchronization and collaboration for your Vault.", "author": "Andras Schmelczer", diff --git a/frontend/obsidian-plugin/package.json b/frontend/obsidian-plugin/package.json index d54690e4..46e0d2d0 100644 --- a/frontend/obsidian-plugin/package.json +++ b/frontend/obsidian-plugin/package.json @@ -1,6 +1,6 @@ { "name": "vault-link-obsidian-plugin", - "version": "0.3.3", + "version": "0.3.4", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { @@ -36,4 +36,4 @@ "webpack": "^5.98.0", "webpack-cli": "^6.0.1" } -} \ No newline at end of file +} diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7dca724e..d26f939e 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -21,7 +21,7 @@ }, "../backend/sync_lib/pkg": { "name": "sync_lib", - "version": "0.3.3", + "version": "0.3.4", "dev": true, "license": "MIT" }, @@ -7853,7 +7853,7 @@ }, "obsidian-plugin": { "name": "vault-link-obsidian-plugin", - "version": "0.3.3", + "version": "0.3.4", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.14", @@ -7881,7 +7881,7 @@ } }, "sync-client": { - "version": "0.3.3", + "version": "0.3.4", "dependencies": { "byte-base64": "^1.1.0", "openapi-fetch": "0.13.5", @@ -7905,7 +7905,7 @@ } }, "test-client": { - "version": "0.3.3", + "version": "0.3.4", "bin": { "test-client": "dist/cli.js" }, diff --git a/frontend/sync-client/package.json b/frontend/sync-client/package.json index e003c6ff..534f9158 100644 --- a/frontend/sync-client/package.json +++ b/frontend/sync-client/package.json @@ -1,6 +1,6 @@ { "name": "sync-client", - "version": "0.3.3", + "version": "0.3.4", "main": "dist/sync-client.node.js", "browser": "dist/sync-client.web.js", "types": "dist/types/index.d.ts", diff --git a/frontend/test-client/package.json b/frontend/test-client/package.json index 5b64153d..1f5b3926 100644 --- a/frontend/test-client/package.json +++ b/frontend/test-client/package.json @@ -1,6 +1,6 @@ { "name": "test-client", - "version": "0.3.3", + "version": "0.3.4", "private": true, "bin": { "test-client": "./dist/cli.js" diff --git a/manifest.json b/manifest.json index 6ddc5526..dbee2b86 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-link", "name": "VaultLink", - "version": "0.3.3", + "version": "0.3.4", "minAppVersion": "0.0.0", "description": "Self-hosted synchronization and collaboration for your Vault.", "author": "Andras Schmelczer",