diff --git a/Cargo.lock b/Cargo.lock index d29907111..080cd955f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1557,7 +1557,7 @@ dependencies = [ [[package]] name = "dbx" -version = "0.5.9" +version = "0.5.10" dependencies = [ "anyhow", "calamine", @@ -1627,7 +1627,7 @@ dependencies = [ [[package]] name = "dbx-web" -version = "0.5.9" +version = "0.5.10" dependencies = [ "argon2", "async-stream", diff --git a/package.json b/package.json index 2d2daab84..49e80cbd4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dbx", "private": true, - "version": "0.5.9", + "version": "0.5.10", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 13ddb351c..84d65e611 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dbx" -version = "0.5.9" +version = "0.5.10" description = "Open-source database management tool" authors = ["skyler"] license = "AGPL-3.0-only" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 80b9d5db1..895fb5edd 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "DBX", - "version": "0.5.9", + "version": "0.5.10", "identifier": "com.dbx.app", "build": { "frontendDist": "../dist", diff --git a/src-web/Cargo.toml b/src-web/Cargo.toml index f72057820..7e6da1ed9 100644 --- a/src-web/Cargo.toml +++ b/src-web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dbx-web" -version = "0.5.9" +version = "0.5.10" edition = "2021" [[bin]]