Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dancixx committed May 19, 2024
1 parent 7ffb0fe commit 510921d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "common"
version = "1.0.0-alpha.9"
version = "1.0.0-beta.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 = ""
Expand Down

0 comments on commit 510921d

Please sign in to comment.