chore: bump version to 0.3.5
This commit is contained in:
parent
8b153bef0d
commit
f936e4e99f
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "dbx",
|
||||
"private": true,
|
||||
"version": "0.3.4",
|
||||
"version": "0.3.5",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "dbx"
|
||||
version = "0.3.4"
|
||||
version = "0.3.5"
|
||||
description = "Open-source database management tool"
|
||||
authors = ["skyler"]
|
||||
license = "MIT"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "dbx",
|
||||
"version": "0.3.4",
|
||||
"version": "0.3.5",
|
||||
"identifier": "com.dbx.app",
|
||||
"build": {
|
||||
"frontendDist": "../dist",
|
||||
|
|
|
|||
Loading…
Reference in New Issue