chore(release): bump version to 0.5.77

This commit is contained in:
t8y2 2026-08-07 03:39:29 +08:00
parent f30d59b989
commit d959045889
No known key found for this signature in database
6 changed files with 7 additions and 7 deletions

4
Cargo.lock generated
View File

@ -1650,7 +1650,7 @@ dependencies = [
[[package]]
name = "dbx"
version = "0.5.76"
version = "0.5.77"
dependencies = [
"anyhow",
"axum",
@ -1808,7 +1808,7 @@ dependencies = [
[[package]]
name = "dbx-web"
version = "0.5.76"
version = "0.5.77"
dependencies = [
"aes-gcm 0.10.3",
"argon2",

View File

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

View File

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

View File

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

View File

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