Skip to content

Commit 83b2c4a

Browse files
committed
bump: version
1 parent c126636 commit 83b2c4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rsql"
3-
version = "1.0.0-beta.2"
3+
version = "1.0.0-beta.3"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "common"
3-
version = "1.0.0-beta.2"
3+
version = "1.0.0-beta.3"
44
edition = "2021"
55

66
[dependencies]

src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "backend"
3-
version = "1.0.0-beta.2"
3+
version = "1.0.0-beta.3"
44
description = "PostgreSQL GUI written in Rust"
55
authors = ["Daniel Boros"]
66
license = ""

0 commit comments

Comments
 (0)