fix: sync version to 0.3.0 in tauri.conf.json and Cargo.toml

This commit is contained in:
t8y2 2026-04-30 22:57:57 +08:00
parent 1ad60f2537
commit cb9c3982d3
2 changed files with 2 additions and 2 deletions

View File

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