advotracker_client: bump version 0.1.5-alpha2

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2021-03-08 17:26:46 +01:00
parent 520e0cb712
commit 0202d4a34b
2 changed files with 2 additions and 2 deletions

View File

@@ -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"]

View File

@@ -1,6 +1,6 @@
[package]
name = "advotracker_client"
version = "0.1.5-alpha1"
version = "0.1.5-alpha2"
authors = ["Ralf Zerres <ralf.zerres@networkx.de>"]
description = "Frontend component that supports lawyers to capture relevant data encountered during an online legal advice."
readme = "README.md"