chore: bump version to 0.4.1

This commit is contained in:
t8y2 2026-05-05 16:13:53 +08:00
parent 2fd76886d2
commit 0ee433763a
5 changed files with 5 additions and 5 deletions

2
Cargo.lock generated
View File

@ -1554,7 +1554,7 @@ dependencies = [
[[package]]
name = "dbx"
version = "0.4.0"
version = "0.4.1"
dependencies = [
"anyhow",
"calamine",

View File

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

2
src-tauri/Cargo.lock generated
View File

@ -1587,7 +1587,7 @@ dependencies = [
[[package]]
name = "dbx"
version = "0.4.0"
version = "0.4.1"
dependencies = [
"anyhow",
"calamine",

View File

@ -1,6 +1,6 @@
[package]
name = "dbx"
version = "0.4.0"
version = "0.4.1"
description = "Open-source database management tool"
authors = ["skyler"]
license = "MIT"

View File

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