From 9403d31cbe248976280ed385dfdf643b3852b06e Mon Sep 17 00:00:00 2001 From: David Palm Date: Thu, 25 Mar 2021 14:27:13 +0100 Subject: [PATCH] Proper version number --- backend/Cargo.lock | 2 +- backend/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 8bac687..8ad86b1 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -2375,7 +2375,7 @@ dependencies = [ [[package]] name = "telemetry" -version = "0.2.1" +version = "0.3.0" dependencies = [ "actix", "actix-http", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index b5e7082..1cdcace 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "telemetry" -version = "0.3" +version = "0.3.0" authors = ["Parity Technologies Ltd. "] edition = "2018" license = "GPL-3.0"