chore: bump version to 0.3.1

This commit is contained in:
t8y2 2026-05-01 01:05:07 +08:00
parent 90ec8c1306
commit fd850d124b
4 changed files with 4 additions and 4 deletions

View File

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

2
src-tauri/Cargo.lock generated
View File

@ -1111,7 +1111,7 @@ checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8"
[[package]]
name = "dbx"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"anyhow",
"chrono",

View File

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