From ac03d679a5f0f8535fecb49fbbf5073d9b519a86 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sat, 30 Aug 2025 11:47:31 +0100 Subject: [PATCH] Bump versions to 0.6.4 --- frontend/obsidian-plugin/manifest.json | 2 +- frontend/obsidian-plugin/package.json | 4 ++-- frontend/package-lock.json | 6 +++--- frontend/sync-client/package.json | 2 +- frontend/test-client/package.json | 2 +- manifest.json | 2 +- sync-server/Cargo.lock | 2 +- sync-server/Cargo.toml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/frontend/obsidian-plugin/manifest.json b/frontend/obsidian-plugin/manifest.json index b327da4f..6ae4ed36 100644 --- a/frontend/obsidian-plugin/manifest.json +++ b/frontend/obsidian-plugin/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-link", "name": "VaultLink", - "version": "0.6.3", + "version": "0.6.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 14b286c9..ea86ab84 100644 --- a/frontend/obsidian-plugin/package.json +++ b/frontend/obsidian-plugin/package.json @@ -1,6 +1,6 @@ { "name": "vault-link-obsidian-plugin", - "version": "0.6.3", + "version": "0.6.4", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { @@ -35,4 +35,4 @@ "webpack": "^5.99.9", "webpack-cli": "^6.0.1" } -} \ No newline at end of file +} diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7876659b..39fa503d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -4494,7 +4494,7 @@ }, "obsidian-plugin": { "name": "vault-link-obsidian-plugin", - "version": "0.6.3", + "version": "0.6.4", "license": "MIT", "devDependencies": { "@types/node": "^22.15.30", @@ -4538,7 +4538,7 @@ "license": "MIT" }, "sync-client": { - "version": "0.6.3", + "version": "0.6.4", "dependencies": { "byte-base64": "^1.1.0", "minimatch": "^10.0.1", @@ -4596,7 +4596,7 @@ "license": "MIT" }, "test-client": { - "version": "0.6.3", + "version": "0.6.4", "bin": { "test-client": "dist/cli.js" }, diff --git a/frontend/sync-client/package.json b/frontend/sync-client/package.json index 0046f5c2..68e740e2 100644 --- a/frontend/sync-client/package.json +++ b/frontend/sync-client/package.json @@ -1,6 +1,6 @@ { "name": "sync-client", - "version": "0.6.3", + "version": "0.6.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 ba40bd48..100f6457 100644 --- a/frontend/test-client/package.json +++ b/frontend/test-client/package.json @@ -1,6 +1,6 @@ { "name": "test-client", - "version": "0.6.3", + "version": "0.6.4", "private": true, "bin": { "test-client": "./dist/cli.js" diff --git a/manifest.json b/manifest.json index b327da4f..6ae4ed36 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-link", "name": "VaultLink", - "version": "0.6.3", + "version": "0.6.4", "minAppVersion": "0.0.0", "description": "Self-hosted synchronization and collaboration for your Vault.", "author": "Andras Schmelczer", diff --git a/sync-server/Cargo.lock b/sync-server/Cargo.lock index 26669e0a..c0f2d9e9 100644 --- a/sync-server/Cargo.lock +++ b/sync-server/Cargo.lock @@ -2205,7 +2205,7 @@ dependencies = [ [[package]] name = "sync_server" -version = "0.6.3" +version = "0.6.4" dependencies = [ "anyhow", "axum", diff --git a/sync-server/Cargo.toml b/sync-server/Cargo.toml index 550a0998..08c84493 100644 --- a/sync-server/Cargo.toml +++ b/sync-server/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Andras Schmelczer "] edition = "2024" license = "MIT" repository = "https://github.com/schmelczer/vault-link" -version = "0.6.3" +version = "0.6.4" [dependencies] serde = { version = "1.0.219", default-features = false, features = ["derive"] }