From c1a4547261d3c7481f748d648e9a2ad074daddbf Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Thu, 15 Jul 2021 01:27:24 +0200 Subject: [PATCH] Cargo.toml: bump advotracker_client to version (0.1.7) Signed-off-by: Ralf Zerres --- Cargo.toml | 4 ++-- advotracker_client/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6639a86..630a5c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "advotracker" -version = "0.1.0-alpha1" +version = "0.1.0" authors = ["Ralf Zerres "] description = "Supports lawyers to capture relevant data encountered during an online legal advice\n" repository = "https://gitea.networkx.de:50443/rzerres/advotracker" @@ -19,7 +19,7 @@ publish = false [dependencies] advotracker_db = { version = "0.1.0-alpha1", path = "advotracker_db" } advotrackerd = { version = "0.1.0-alpha1", path = "advotrackerd", default-features = false } -advotracker_client = { version = "0.1.6-alpha1", path = "advotracker_client", default-features = false } +advotracker_client = { version = "0.1.7", path = "advotracker_client", default-features = false } [features] default = ["sqlite"] diff --git a/advotracker_client/Cargo.toml b/advotracker_client/Cargo.toml index 25c16e2..2a07516 100644 --- a/advotracker_client/Cargo.toml +++ b/advotracker_client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "advotracker_client" -version = "0.1.6-alpha1" +version = "0.1.7" authors = ["Ralf Zerres "] description = "Frontend component that supports lawyers to capture relevant data encountered during an online legal advice." readme = "README.md"