change location of dev db and bump version

This commit is contained in:
2023-05-06 21:59:24 -07:00
parent 94400ba7d5
commit e866a4a643
9 changed files with 30 additions and 24 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "app"
version = "0.1.0"
version = "0.2.0"
description = "A Tauri App"
authors = ["you"]
license = ""
@ -35,6 +35,7 @@ strum_macros = "0.24"
auto-launch = "0.4.0"
dirs = "5.0"
clap = { version = "3.2.23", features = ["derive"] }
is-terminal = "0.4.7"
[features]
# by default Tauri runs in production mode