diff --git a/Cargo.toml b/Cargo.toml index 0b51fc3..89e4238 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ overflow-checks = true [dependencies] advotrackerdb = { version = "0.1.0-alpha1", path = "crates/advotrackerdb" } advotrackerd = { version = "0.1.0-alpha1", path = "crates/advotrackerd", default-features = false } -advotracker_client = { version = "0.1.5-alpha1", path = "crates/advotracker_client", default-features = false } +advotracker_client = { version = "0.1.5-alpha2", path = "crates/advotracker_client", default-features = false } [features] default = ["sqlite"] diff --git a/crates/advotracker_client/Cargo.toml b/crates/advotracker_client/Cargo.toml index a048158..1faa621 100644 --- a/crates/advotracker_client/Cargo.toml +++ b/crates/advotracker_client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "advotracker_client" -version = "0.1.5-alpha1" +version = "0.1.5-alpha2" authors = ["Ralf Zerres "] description = "Frontend component that supports lawyers to capture relevant data encountered during an online legal advice." readme = "README.md"