From f7f0703f69ca35c187fa90e430a0a7cc3739abf2 Mon Sep 17 00:00:00 2001 From: Stephen Connolly Date: Sat, 11 Jul 2020 23:29:28 +0100 Subject: [PATCH] (cargo-release) version 0.1.12 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6476220..106fe45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -203,7 +203,7 @@ dependencies = [ [[package]] name = "juxr" -version = "0.1.12-pre" +version = "0.1.12" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 86b515f..3a2f540 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "juxr" description = "JUnit XML Reports Toolkit" -version = "0.1.12-pre" +version = "0.1.12" authors = ["Stephen Connolly "] edition = "2018" license = "Apache-2.0"