chore: bump version to 0.2.1 (#30)

This commit is contained in:
skyler 2026-04-30 17:05:42 +08:00 committed by GitHub
parent 2e497c9334
commit ed5d9e88d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

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

View File

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