diff --git a/Cargo.lock b/Cargo.lock index 01315ea2e..1b5128bca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4584,7 +4584,7 @@ dependencies = [ [[package]] name = "witnet" -version = "1.1.2" +version = "1.1.3" dependencies = [ "ansi_term 0.12.1", "bytecount", diff --git a/Cargo.toml b/Cargo.toml index 92ce948f5..de4987a30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "witnet" -version = "1.1.2" +version = "1.1.3" authors = ["Witnet Foundation "] publish = false repository = "witnet/witnet-rust"