chore: bump version to 0.5.23

This commit is contained in:
t8y2 2026-05-28 01:32:54 +08:00
parent 0ffc0dbca8
commit f40745fbd1
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View File

@ -1795,7 +1795,7 @@ dependencies = [
[[package]]
name = "dbx"
version = "0.5.22"
version = "0.5.23"
dependencies = [
"anyhow",
"calamine",
@ -1884,7 +1884,7 @@ dependencies = [
[[package]]
name = "dbx-web"
version = "0.5.22"
version = "0.5.23"
dependencies = [
"argon2",
"async-stream",

View File

@ -1,6 +1,6 @@
[package]
name = "dbx-web"
version = "0.5.22"
version = "0.5.23"
edition = "2021"
[[bin]]

View File

@ -1,7 +1,7 @@
{
"name": "dbx",
"private": true,
"version": "0.5.22",
"version": "0.5.23",
"type": "module",
"packageManager": "pnpm@10.27.0",
"engines": {

View File

@ -1,6 +1,6 @@
[package]
name = "dbx"
version = "0.5.22"
version = "0.5.23"
description = "Open-source database management tool"
authors = ["skyler"]
license = "AGPL-3.0-only"

View File

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