diff --git a/Cargo.lock b/Cargo.lock index 6c675b4150..bd3882ddbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1065,7 +1065,7 @@ dependencies = [ [[package]] name = "dfx" -version = "0.8.3" +version = "0.8.4" dependencies = [ "actix", "actix-cors", diff --git a/public/manifest.json b/public/manifest.json index 5a92f84721..53c0f76478 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -51,6 +51,7 @@ "0.8.0", "0.8.1", "0.8.2", - "0.8.3" + "0.8.3", + "0.8.4" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 88fd209626..20f622823c 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.8.3" +version = "0.8.4" authors = ["DFINITY Team"] edition = "2018" build = "assets/build.rs"