From 510921db96c4bc218dc31acf9f22f383d8e8cf8e Mon Sep 17 00:00:00 2001 From: Daniel Boros Date: Sun, 19 May 2024 18:06:05 +0200 Subject: [PATCH] chore: bump version --- Cargo.toml | 2 +- common/Cargo.toml | 2 +- src-tauri/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7fd0843..4a40f20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rsql" -version = "1.0.0-alpha.9" +version = "1.0.0-beta.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/common/Cargo.toml b/common/Cargo.toml index aad3e28..22b4532 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "common" -version = "1.0.0-alpha.9" +version = "1.0.0-beta.0" edition = "2021" [dependencies] diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ba8be33..a570c3b 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rsql_tauri" -version = "1.0.0-alpha.9" +version = "1.0.0-beta.0" description = "PostgreSQL GUI written in Rust" authors = ["Daniel Boros"] license = ""