From 9c819af5483d29084ca817af041b800c8f769f2a Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Fri, 3 Jul 2020 02:44:57 +0200 Subject: [PATCH] Cargo.toml: bump to 0.1.1 Signed-off-by: Ralf Zerres --- advotracker/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advotracker/Cargo.toml b/advotracker/Cargo.toml index 08f8391..d29eb67 100644 --- a/advotracker/Cargo.toml +++ b/advotracker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "advotracker" -version = "0.1.0" +version = "0.1.1" authors = ["Ralf Zerres "] description = "Frontend component that supports lawyers to capture relevant data encountered during an online legal advice." readme = "README.md"