chore(release): bump version to 0.5.56

This commit is contained in:
t8y2 2026-07-14 01:47:58 +08:00
parent 95e50a0da7
commit 095cb159ff
6 changed files with 7 additions and 7 deletions

4
Cargo.lock generated
View File

@ -1845,7 +1845,7 @@ dependencies = [
[[package]]
name = "dbx"
version = "0.5.55"
version = "0.5.56"
dependencies = [
"anyhow",
"axum",
@ -1946,7 +1946,7 @@ dependencies = [
[[package]]
name = "dbx-web"
version = "0.5.55"
version = "0.5.56"
dependencies = [
"aes-gcm 0.10.3",
"argon2",

View File

@ -1,6 +1,6 @@
[package]
name = "dbx-web"
version = "0.5.55"
version = "0.5.56"
edition = "2021"
license = "Apache-2.0"

View File

@ -166,7 +166,7 @@
# ------------------------------------------------------------------ #
packages.dbx-desktop = pkgs.stdenv.mkDerivation (finalAttrs: {
pname = "dbx-desktop";
version = "0.5.55";
version = "0.5.56";
src = pkgs.lib.cleanSource ./.;

View File

@ -1,6 +1,6 @@
{
"name": "dbx",
"version": "0.5.55",
"version": "0.5.56",
"private": true,
"license": "Apache-2.0",
"type": "module",

View File

@ -1,6 +1,6 @@
[package]
name = "dbx"
version = "0.5.55"
version = "0.5.56"
description = "Open-source database management tool"
authors = ["skyler"]
license = "Apache-2.0"

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "DBX",
"version": "0.5.55",
"version": "0.5.56",
"identifier": "com.dbx.app",
"build": {
"frontendDist": "../dist",