diff --git a/Cargo.lock b/Cargo.lock index 99160744f..3185d19c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4527,7 +4527,7 @@ dependencies = [ [[package]] name = "witnet" -version = "1.0.4" +version = "1.1.0" dependencies = [ "ansi_term 0.12.1", "bytecount", diff --git a/Cargo.toml b/Cargo.toml index ddc2eca47..21f542e6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "witnet" -version = "1.0.4" +version = "1.1.0" authors = ["Witnet Foundation "] publish = false repository = "witnet/witnet-rust"