From 1cd3fa35109fcfe6da19156bbcce49f37c4b23da Mon Sep 17 00:00:00 2001 From: Luis Rubio Date: Tue, 24 Nov 2020 09:55:57 +0100 Subject: [PATCH] feat(config): update witnet version to 1.0.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 26d28f5a0..50b7dc189 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4527,7 +4527,7 @@ dependencies = [ [[package]] name = "witnet" -version = "1.0.3" +version = "1.0.4" dependencies = [ "ansi_term 0.12.1", "bytecount", diff --git a/Cargo.toml b/Cargo.toml index 504507c83..ddc2eca47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "witnet" -version = "1.0.3" +version = "1.0.4" authors = ["Witnet Foundation "] publish = false repository = "witnet/witnet-rust"