chore: bump version to 0.3.9

This commit is contained in:
t8y2 2026-05-03 15:13:48 +08:00
parent 468506318a
commit b771e69f29
4 changed files with 4 additions and 4 deletions

View File

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

2
src-tauri/Cargo.lock generated
View File

@ -1604,7 +1604,7 @@ dependencies = [
[[package]]
name = "dbx"
version = "0.3.8"
version = "0.3.9"
dependencies = [
"anyhow",
"calamine",

View File

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