diff --git a/frontend/local-client-cli/package.json b/frontend/local-client-cli/package.json index dbe8d95e..b1f715a6 100644 --- a/frontend/local-client-cli/package.json +++ b/frontend/local-client-cli/package.json @@ -1,6 +1,6 @@ { "name": "local-client-cli", - "version": "0.11.0", + "version": "0.11.1", "description": "Standalone CLI for VaultLink sync client", "private": false, "bin": { diff --git a/frontend/obsidian-plugin/manifest.json b/frontend/obsidian-plugin/manifest.json index 2efbe552..b7c61fca 100644 --- a/frontend/obsidian-plugin/manifest.json +++ b/frontend/obsidian-plugin/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-link", "name": "VaultLink", - "version": "0.11.0", + "version": "0.11.1", "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 592d9db8..e8dbd9cd 100644 --- a/frontend/obsidian-plugin/package.json +++ b/frontend/obsidian-plugin/package.json @@ -1,6 +1,6 @@ { "name": "vault-link-obsidian-plugin", - "version": "0.11.0", + "version": "0.11.1", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c5473622..e1f17d85 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -21,7 +21,7 @@ } }, "local-client-cli": { - "version": "0.11.0", + "version": "0.11.1", "dependencies": { "commander": "^14.0.2" }, @@ -4644,7 +4644,7 @@ }, "obsidian-plugin": { "name": "vault-link-obsidian-plugin", - "version": "0.11.0", + "version": "0.11.1", "license": "MIT", "devDependencies": { "@types/node": "^24.8.1", @@ -4670,7 +4670,7 @@ } }, "sync-client": { - "version": "0.11.0", + "version": "0.11.1", "devDependencies": { "@sentry/browser": "^10.8.0", "@types/node": "^24.8.1", @@ -4714,7 +4714,7 @@ } }, "test-client": { - "version": "0.11.0", + "version": "0.11.1", "bin": { "test-client": "dist/cli.js" }, diff --git a/frontend/sync-client/package.json b/frontend/sync-client/package.json index 3a95e87d..4873fe4b 100644 --- a/frontend/sync-client/package.json +++ b/frontend/sync-client/package.json @@ -1,6 +1,6 @@ { "name": "sync-client", - "version": "0.11.0", + "version": "0.11.1", "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 ad942d87..116b1aca 100644 --- a/frontend/test-client/package.json +++ b/frontend/test-client/package.json @@ -1,6 +1,6 @@ { "name": "test-client", - "version": "0.11.0", + "version": "0.11.1", "private": true, "bin": { "test-client": "./dist/cli.js" diff --git a/manifest.json b/manifest.json index 2efbe552..b7c61fca 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-link", "name": "VaultLink", - "version": "0.11.0", + "version": "0.11.1", "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 956e64c3..755ab23f 100644 --- a/sync-server/Cargo.lock +++ b/sync-server/Cargo.lock @@ -2288,7 +2288,7 @@ dependencies = [ [[package]] name = "sync_server" -version = "0.10.1" +version = "0.11.1" dependencies = [ "anyhow", "axum", diff --git a/sync-server/Cargo.toml b/sync-server/Cargo.toml index 9fb5ef80..48ccec8d 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.11.0" +version = "0.11.1" [dependencies] serde = { version = "1.0.219", default-features = false, features = ["derive"] }