diff --git a/Cargo.lock b/Cargo.lock index 730720771f..ed0ba1128f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -812,7 +812,7 @@ dependencies = [ [[package]] name = "dfx" -version = "0.4.10" +version = "0.4.11" dependencies = [ "actix 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", "actix-files 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/dfx/Cargo.toml b/dfx/Cargo.toml index ea7c41d670..aea7f1d87f 100644 --- a/dfx/Cargo.toml +++ b/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.4.10" +version = "0.4.11" authors = ["DFINITY Team"] edition = "2018" build = "assets/build.rs" diff --git a/public/manifest.json b/public/manifest.json index 7de53252f1..c8c91ee9de 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -7,6 +7,7 @@ "0.4.4", "0.4.7", "0.4.9", - "0.4.10" + "0.4.10", + "0.4.11" ] }