diff --git a/frontend/obsidian-plugin/manifest.json b/frontend/obsidian-plugin/manifest.json index 247037e6..3161fa90 100644 --- a/frontend/obsidian-plugin/manifest.json +++ b/frontend/obsidian-plugin/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-link", "name": "VaultLink", - "version": "0.8.1", + "version": "0.8.2", "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 2213b99f..8800d288 100644 --- a/frontend/obsidian-plugin/package.json +++ b/frontend/obsidian-plugin/package.json @@ -1,6 +1,6 @@ { "name": "vault-link-obsidian-plugin", - "version": "0.8.1", + "version": "0.8.2", "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 7de449b3..17e7af4a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -4582,7 +4582,7 @@ }, "obsidian-plugin": { "name": "vault-link-obsidian-plugin", - "version": "0.8.1", + "version": "0.8.2", "license": "MIT", "devDependencies": { "@plausible-analytics/tracker": "^0.4.0", @@ -4611,7 +4611,7 @@ } }, "sync-client": { - "version": "0.8.1", + "version": "0.8.2", "dependencies": { "byte-base64": "^1.1.0", "minimatch": "^10.0.1", @@ -4652,7 +4652,7 @@ } }, "test-client": { - "version": "0.8.1", + "version": "0.8.2", "bin": { "test-client": "dist/cli.js" }, diff --git a/frontend/sync-client/package.json b/frontend/sync-client/package.json index 5d4036cd..13f215bf 100644 --- a/frontend/sync-client/package.json +++ b/frontend/sync-client/package.json @@ -1,6 +1,6 @@ { "name": "sync-client", - "version": "0.8.1", + "version": "0.8.2", "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 9e53714b..e7b522e5 100644 --- a/frontend/test-client/package.json +++ b/frontend/test-client/package.json @@ -1,6 +1,6 @@ { "name": "test-client", - "version": "0.8.1", + "version": "0.8.2", "private": true, "bin": { "test-client": "./dist/cli.js" diff --git a/manifest.json b/manifest.json index 247037e6..3161fa90 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-link", "name": "VaultLink", - "version": "0.8.1", + "version": "0.8.2", "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 ae9aba42..2fb3f2ac 100644 --- a/sync-server/Cargo.lock +++ b/sync-server/Cargo.lock @@ -2302,7 +2302,7 @@ dependencies = [ [[package]] name = "sync_server" -version = "0.8.1" +version = "0.8.2" dependencies = [ "anyhow", "axum", diff --git a/sync-server/Cargo.toml b/sync-server/Cargo.toml index 8d19fe74..d3e3c287 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.8.1" +version = "0.8.2" [dependencies] serde = { version = "1.0.219", default-features = false, features = ["derive"] }