chore: bump version to 0.5.8

This commit is contained in:
t8y2 2026-05-15 20:20:31 +08:00
parent 2af94c6fea
commit a14a6977fa
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View File

@ -1557,7 +1557,7 @@ dependencies = [
[[package]]
name = "dbx"
version = "0.5.7"
version = "0.5.8"
dependencies = [
"anyhow",
"calamine",
@ -1627,7 +1627,7 @@ dependencies = [
[[package]]
name = "dbx-web"
version = "0.5.7"
version = "0.5.8"
dependencies = [
"argon2",
"async-stream",

View File

@ -1,7 +1,7 @@
{
"name": "dbx",
"private": true,
"version": "0.5.7",
"version": "0.5.8",
"type": "module",
"scripts": {
"dev": "vite",

View File

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

View File

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