From dfa21d392a0e07d99f28f848c92ff0da7782cdb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Tue, 27 Oct 2020 15:07:47 +0100 Subject: [PATCH] chore: bump version to 1.0.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 141394ca4..06eccd2f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4416,7 +4416,7 @@ dependencies = [ [[package]] name = "witnet" -version = "1.0.2" +version = "1.0.3" dependencies = [ "ansi_term 0.12.1", "bytecount", diff --git a/Cargo.toml b/Cargo.toml index 8fe599f8a..504507c83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "witnet" -version = "1.0.2" +version = "1.0.3" authors = ["Witnet Foundation "] publish = false repository = "witnet/witnet-rust"