chore: bump version to 0.3.7

This commit is contained in:
t8y2 2026-05-02 23:29:38 +08:00
parent f598b5a91c
commit fb8b06cc14
3 changed files with 3 additions and 3 deletions

View File

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

View File

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