chore: bump version to 0.3.3

This commit is contained in:
t8y2 2026-05-01 15:00:10 +08:00
parent 4eede07142
commit 830dd03772
3 changed files with 3 additions and 3 deletions

View File

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

View File

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