chore: bump version to 0.3.7
This commit is contained in:
parent
f598b5a91c
commit
fb8b06cc14
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "dbx",
|
||||
"private": true,
|
||||
"version": "0.3.6",
|
||||
"version": "0.3.7",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue