From 92b24364c975c6ddf429f205fb94fdab9f8415f9 Mon Sep 17 00:00:00 2001 From: Hans Date: Wed, 18 Dec 2019 11:35:55 -0800 Subject: [PATCH] release: 0.4.10 (#262) --- Cargo.lock | 2 +- dfx/Cargo.toml | 2 +- public/manifest.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1c5c18a2f7..027b62e2b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -812,7 +812,7 @@ dependencies = [ [[package]] name = "dfx" -version = "0.4.9" +version = "0.4.10" 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 f3bdf862dd..884b5e0035 100644 --- a/dfx/Cargo.toml +++ b/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.4.9" +version = "0.4.10" authors = ["DFINITY Team"] edition = "2018" build = "assets/build.rs" diff --git a/public/manifest.json b/public/manifest.json index 5d8afc090e..16b45cba9e 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -6,6 +6,7 @@ "0.4.3", "0.4.4", "0.4.7", - "0.4.9" + "0.4.9", + "0.4.10" ] }