chore(release): bump version to 0.5.79

This commit is contained in:
t8y2 2026-08-10 11:00:23 +08:00
parent d08189ba7d
commit 89ca914f0e
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.78"
version = "0.5.79"
dependencies = [
"anyhow",
"axum",
@ -1808,7 +1808,7 @@ dependencies = [
[[package]]
name = "dbx-web"
version = "0.5.78"
version = "0.5.79"
dependencies = [
"aes-gcm 0.10.3",
"argon2",

View File

@ -1,6 +1,6 @@
[package]
name = "dbx-web"
version = "0.5.78"
version = "0.5.79"
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.78";
version = "0.5.79";
src = pkgs.lib.cleanSource ./.;

View File

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

View File

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