chore: bump version to 0.5.0

This commit is contained in:
t8y2 2026-05-09 12:20:19 +08:00
parent 94927faa4c
commit 6f29c38866
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View File

@ -1620,7 +1620,7 @@ dependencies = [
[[package]]
name = "dbx"
version = "0.4.3"
version = "0.5.0"
dependencies = [
"anyhow",
"calamine",
@ -1691,7 +1691,7 @@ dependencies = [
[[package]]
name = "dbx-web"
version = "0.4.3"
version = "0.5.0"
dependencies = [
"argon2",
"async-stream",

View File

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

View File

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

View File

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