feat(release): bump app to 0.5.49

This commit is contained in:
t8y2 2026-07-08 01:16:44 +08:00
parent 611f19fd8b
commit 6e05c5182b
6 changed files with 7 additions and 7 deletions

4
Cargo.lock generated
View File

@ -1844,7 +1844,7 @@ dependencies = [
[[package]]
name = "dbx"
version = "0.5.48"
version = "0.5.49"
dependencies = [
"anyhow",
"axum",
@ -1942,7 +1942,7 @@ dependencies = [
[[package]]
name = "dbx-web"
version = "0.5.48"
version = "0.5.49"
dependencies = [
"aes-gcm 0.10.3",
"argon2",

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "dbx"
version = "0.5.48"
version = "0.5.49"
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.48",
"version": "0.5.49",
"identifier": "com.dbx.app",
"build": {
"frontendDist": "../dist",