diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 31ceb562..d26ea432 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1922,7 +1922,7 @@ dependencies = [ [[package]] name = "reconcile" -version = "0.3.10" +version = "0.3.11" dependencies = [ "insta", "pretty_assertions", @@ -2540,7 +2540,7 @@ dependencies = [ [[package]] name = "sync_lib" -version = "0.3.10" +version = "0.3.11" dependencies = [ "base64 0.22.1", "console_error_panic_hook", @@ -2553,7 +2553,7 @@ dependencies = [ [[package]] name = "sync_server" -version = "0.3.10" +version = "0.3.11" dependencies = [ "aide", "aide-axum-typed-multipart", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 0ba127f0..be698c8b 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.10" +version = "0.3.11" [workspace.dependencies] serde = { version = "1.0.219", default-features = false, features = ["derive"] } diff --git a/backend/sync_lib/pkg/package.json b/backend/sync_lib/pkg/package.json index bef8239a..3f69de86 100644 --- a/backend/sync_lib/pkg/package.json +++ b/backend/sync_lib/pkg/package.json @@ -4,7 +4,7 @@ "collaborators": [ "Andras Schmelczer " ], - "version": "0.3.10", + "version": "0.3.11", "license": "MIT", "repository": { "type": "git", diff --git a/frontend/obsidian-plugin/manifest.json b/frontend/obsidian-plugin/manifest.json index c5621e7e..171c3b73 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.10", + "version": "0.3.11", "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 7459d8bb..7f10138f 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.10", + "version": "0.3.11", "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 1a53493e..da2e6eb1 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.10", + "version": "0.3.11", "dev": true, "license": "MIT" }, @@ -7853,7 +7853,7 @@ }, "obsidian-plugin": { "name": "vault-link-obsidian-plugin", - "version": "0.3.10", + "version": "0.3.11", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.14", @@ -7881,7 +7881,7 @@ } }, "sync-client": { - "version": "0.3.10", + "version": "0.3.11", "dependencies": { "byte-base64": "^1.1.0", "openapi-fetch": "0.13.5", @@ -7905,7 +7905,7 @@ } }, "test-client": { - "version": "0.3.10", + "version": "0.3.11", "bin": { "test-client": "dist/cli.js" }, diff --git a/frontend/sync-client/package.json b/frontend/sync-client/package.json index 5ac07cc8..ce052e63 100644 --- a/frontend/sync-client/package.json +++ b/frontend/sync-client/package.json @@ -1,6 +1,6 @@ { "name": "sync-client", - "version": "0.3.10", + "version": "0.3.11", "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 9fe537d6..2f358a9b 100644 --- a/frontend/test-client/package.json +++ b/frontend/test-client/package.json @@ -1,6 +1,6 @@ { "name": "test-client", - "version": "0.3.10", + "version": "0.3.11", "private": true, "bin": { "test-client": "./dist/cli.js" diff --git a/manifest.json b/manifest.json index c5621e7e..171c3b73 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-link", "name": "VaultLink", - "version": "0.3.10", + "version": "0.3.11", "minAppVersion": "0.0.0", "description": "Self-hosted synchronization and collaboration for your Vault.", "author": "Andras Schmelczer",