diff --git a/Cargo.lock b/Cargo.lock index 7659a5ae65..6bda73ac10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -860,7 +860,7 @@ dependencies = [ [[package]] name = "dfx" -version = "0.4.11" +version = "0.4.12" dependencies = [ "actix 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", "actix-cors 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/public/manifest.json b/public/manifest.json index af4b6c89ea..550b6d2263 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,13 +1,14 @@ { - "tags": { - "latest": "0.4.11" - }, - "versions": [ - "0.4.3", - "0.4.4", - "0.4.7", - "0.4.9", - "0.4.10", - "0.4.11" - ] + "tags": { + "latest": "0.4.11" + }, + "versions": [ + "0.4.3", + "0.4.4", + "0.4.7", + "0.4.9", + "0.4.10", + "0.4.11", + "0.4.12" + ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index f7b38ef5fe..2ac16857bc 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.4.11" +version = "0.4.12" authors = ["DFINITY Team"] edition = "2018" build = "assets/build.rs"