diff --git a/Cargo.lock b/Cargo.lock index 477d6bcd1..d82548f82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4733,7 +4733,7 @@ dependencies = [ [[package]] name = "witnet" -version = "1.1.3" +version = "1.2.0" dependencies = [ "ansi_term 0.12.1", "bytecount", diff --git a/Cargo.toml b/Cargo.toml index de4987a30..283f5fe16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "witnet" -version = "1.1.3" +version = "1.2.0" authors = ["Witnet Foundation "] publish = false repository = "witnet/witnet-rust"