diff --git a/Cargo.lock b/Cargo.lock index d40387d6c..d29907111 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1557,7 +1557,7 @@ dependencies = [ [[package]] name = "dbx" -version = "0.5.8" +version = "0.5.9" dependencies = [ "anyhow", "calamine", @@ -1627,7 +1627,7 @@ dependencies = [ [[package]] name = "dbx-web" -version = "0.5.8" +version = "0.5.9" dependencies = [ "argon2", "async-stream", diff --git a/package.json b/package.json index 510bfd6b3..2d2daab84 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dbx", "private": true, - "version": "0.5.8", + "version": "0.5.9", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 34e04e97d..13ddb351c 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dbx" -version = "0.5.8" +version = "0.5.9" 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 db897a141..80b9d5db1 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.8", + "version": "0.5.9", "identifier": "com.dbx.app", "build": { "frontendDist": "../dist", diff --git a/src-web/Cargo.toml b/src-web/Cargo.toml index 0a5bd48b7..f72057820 100644 --- a/src-web/Cargo.toml +++ b/src-web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dbx-web" -version = "0.5.8" +version = "0.5.9" edition = "2021" [[bin]]