From aec023c0d2a231ff21b6a0ba59f82788eb0a06f1 Mon Sep 17 00:00:00 2001 From: Hans Date: Thu, 5 Dec 2019 14:46:55 -0800 Subject: [PATCH] release: 0.4.9 (#232) --- Cargo.lock | 2 +- dfx/Cargo.toml | 2 +- public/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06ddc35dcc..7241eb4070 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -760,7 +760,7 @@ dependencies = [ [[package]] name = "dfx" -version = "0.4.8" +version = "0.4.9" 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 34c1ae414e..43ed745157 100644 --- a/dfx/Cargo.toml +++ b/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.4.8" +version = "0.4.9" authors = ["DFINITY Team"] edition = "2018" build = "assets/build.rs" diff --git a/public/manifest.json b/public/manifest.json index 8718b02e72..41eb4e3162 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -6,6 +6,6 @@ "0.4.3", "0.4.4", "0.4.7", - "0.4.8" + "0.4.9", ] }