chore: bump version to 0.3.10

This commit is contained in:
t8y2 2026-05-04 03:05:45 +08:00
parent fc71be8f1a
commit 99c5626cc3
4 changed files with 219 additions and 425 deletions

View File

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

638
src-tauri/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

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