From e2b24725ef2bb8931cf7a3936483be3ddaab5f04 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 7 Dec 2025 19:29:15 +0000 Subject: [PATCH] Bump versions to 0.13.0 --- frontend/local-client-cli/package.json | 2 +- frontend/obsidian-plugin/manifest.json | 18 +++++++++--------- frontend/obsidian-plugin/package.json | 2 +- frontend/package-lock.json | 8 ++++---- frontend/sync-client/package.json | 2 +- frontend/test-client/package.json | 2 +- manifest.json | 18 +++++++++--------- sync-server/Cargo.lock | 2 +- sync-server/Cargo.toml | 2 +- 9 files changed, 28 insertions(+), 28 deletions(-) diff --git a/frontend/local-client-cli/package.json b/frontend/local-client-cli/package.json index aa44748e..c483dcfe 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.12.0", + "version": "0.13.0", "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 c8ee915b..ee4660ca 100644 --- a/frontend/obsidian-plugin/manifest.json +++ b/frontend/obsidian-plugin/manifest.json @@ -1,10 +1,10 @@ { - "id": "vault-link", - "name": "VaultLink", - "version": "0.12.0", - "minAppVersion": "0.0.0", - "description": "Self-hosted synchronization and collaboration for your Vault.", - "author": "Andras Schmelczer", - "authorUrl": "https://schmelczer.dev", - "isDesktopOnly": false -} + "id": "vault-link", + "name": "VaultLink", + "version": "0.13.0", + "minAppVersion": "0.0.0", + "description": "Self-hosted synchronization and collaboration for your Vault.", + "author": "Andras Schmelczer", + "authorUrl": "https://schmelczer.dev", + "isDesktopOnly": false +} \ No newline at end of file diff --git a/frontend/obsidian-plugin/package.json b/frontend/obsidian-plugin/package.json index 72a34fda..35c906c8 100644 --- a/frontend/obsidian-plugin/package.json +++ b/frontend/obsidian-plugin/package.json @@ -1,6 +1,6 @@ { "name": "vault-link-obsidian-plugin", - "version": "0.12.0", + "version": "0.13.0", "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 c8819edb..acb3a9d0 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -22,7 +22,7 @@ } }, "local-client-cli": { - "version": "0.12.0", + "version": "0.13.0", "dependencies": { "commander": "^14.0.2", "watcher": "^2.3.1" @@ -7483,7 +7483,7 @@ }, "obsidian-plugin": { "name": "vault-link-obsidian-plugin", - "version": "0.12.0", + "version": "0.13.0", "license": "MIT", "devDependencies": { "@types/node": "^24.8.1", @@ -7509,7 +7509,7 @@ } }, "sync-client": { - "version": "0.12.0", + "version": "0.13.0", "devDependencies": { "@sentry/browser": "^10.8.0", "@types/node": "^24.8.1", @@ -7553,7 +7553,7 @@ } }, "test-client": { - "version": "0.12.0", + "version": "0.13.0", "bin": { "test-client": "dist/cli.js" }, diff --git a/frontend/sync-client/package.json b/frontend/sync-client/package.json index 92905511..82847005 100644 --- a/frontend/sync-client/package.json +++ b/frontend/sync-client/package.json @@ -1,6 +1,6 @@ { "name": "sync-client", - "version": "0.12.0", + "version": "0.13.0", "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 01c87a2a..2d0702fa 100644 --- a/frontend/test-client/package.json +++ b/frontend/test-client/package.json @@ -1,6 +1,6 @@ { "name": "test-client", - "version": "0.12.0", + "version": "0.13.0", "private": true, "bin": { "test-client": "./dist/cli.js" diff --git a/manifest.json b/manifest.json index c8ee915b..ee4660ca 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { - "id": "vault-link", - "name": "VaultLink", - "version": "0.12.0", - "minAppVersion": "0.0.0", - "description": "Self-hosted synchronization and collaboration for your Vault.", - "author": "Andras Schmelczer", - "authorUrl": "https://schmelczer.dev", - "isDesktopOnly": false -} + "id": "vault-link", + "name": "VaultLink", + "version": "0.13.0", + "minAppVersion": "0.0.0", + "description": "Self-hosted synchronization and collaboration for your Vault.", + "author": "Andras Schmelczer", + "authorUrl": "https://schmelczer.dev", + "isDesktopOnly": false +} \ No newline at end of file diff --git a/sync-server/Cargo.lock b/sync-server/Cargo.lock index c07ddb17..9ed56675 100644 --- a/sync-server/Cargo.lock +++ b/sync-server/Cargo.lock @@ -2123,7 +2123,7 @@ dependencies = [ [[package]] name = "sync_server" -version = "0.12.0" +version = "0.13.0" dependencies = [ "anyhow", "axum", diff --git a/sync-server/Cargo.toml b/sync-server/Cargo.toml index 394ff314..2dd5c91e 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.12.0" +version = "0.13.0" [dependencies] serde = { version = "1.0.219", default-features = false, features = ["derive"] }