Bump versions to 0.0.21

This commit is contained in:
Andras Schmelczer 2025-01-08 20:36:15 +00:00
parent 954dc1ecad
commit 784ed12384
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
6 changed files with 14 additions and 13 deletions

8
backend/Cargo.lock generated
View file

@ -1773,7 +1773,7 @@ dependencies = [
[[package]]
name = "reconcile"
version = "0.0.20"
version = "0.0.21"
dependencies = [
"insta",
"pretty_assertions",
@ -1783,7 +1783,7 @@ dependencies = [
[[package]]
name = "reconcile-fuzz"
version = "0.0.20"
version = "0.0.21"
dependencies = [
"libfuzzer-sys",
"reconcile",
@ -2415,7 +2415,7 @@ dependencies = [
[[package]]
name = "sync_lib"
version = "0.0.20"
version = "0.0.21"
dependencies = [
"base64 0.22.1",
"console_error_panic_hook",
@ -2428,7 +2428,7 @@ dependencies = [
[[package]]
name = "sync_server"
version = "0.0.20"
version = "0.0.21"
dependencies = [
"aide",
"aide-axum-typed-multipart",

View file

@ -13,7 +13,7 @@ authors = ["Andras Schmelczer <andras@schmelczer.dev>"]
edition = "2024"
license = "MIT"
repository = "https://github.com/schmelczer/vault-link"
version = "0.0.20"
version = "0.0.21"
[workspace.dependencies]
serde = { version = "1.0.214", default-features = false, features = ["derive"] }
@ -56,4 +56,4 @@ todo = "warn"
uninlined_format_args = "warn"
unnested_or_patterns = "warn"
unused_self = "warn"
verbose_file_reads = "warn"
verbose_file_reads = "warn"

View file

@ -1,7 +1,7 @@
{
"id": "vault-link",
"name": "VaultLink",
"version": "0.0.20",
"version": "0.0.21",
"minAppVersion": "0.0.0",
"description": "Self-hosted synchronization and collaboration for your Vault.",
"author": "Andras Schmelczer",

View file

@ -1,7 +1,7 @@
{
"id": "vault-link",
"name": "VaultLink",
"version": "0.0.20",
"version": "0.0.21",
"minAppVersion": "0.0.0",
"description": "Self-hosted synchronization and collaboration for your Vault.",
"author": "Andras Schmelczer",

View file

@ -1,12 +1,12 @@
{
"name": "vault-link-obsidian-plugin",
"version": "0.0.20",
"version": "0.0.21",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vault-link-obsidian-plugin",
"version": "0.0.20",
"version": "0.0.21",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.14",
@ -46,8 +46,9 @@
},
"../backend/sync_lib/pkg": {
"name": "sync_lib",
"version": "0.0.20",
"dev": true
"version": "0.0.21",
"dev": true,
"license": "MIT"
},
"node_modules/@ampproject/remapping": {
"version": "2.3.0",

View file

@ -1,6 +1,6 @@
{
"name": "vault-link-obsidian-plugin",
"version": "0.0.20",
"version": "0.0.21",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {