From 7dbf6234834b87dbeff8169e77c06bf3a0a59dbc Mon Sep 17 00:00:00 2001 From: Tensor-Programming Date: Sat, 29 Feb 2020 21:01:29 -0500 Subject: [PATCH] [version updates] CLI to 0.4.3 (#475) --- cli/tauri-bundler/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/tauri-bundler/Cargo.toml b/cli/tauri-bundler/Cargo.toml index 890e4b17c..ca40f8da0 100644 --- a/cli/tauri-bundler/Cargo.toml +++ b/cli/tauri-bundler/Cargo.toml @@ -2,7 +2,7 @@ workspace = {} [package] name = "tauri-bundler" -version = "0.4.2" +version = "0.4.3" authors = ["George Burton ", "Lucas Fernandes Gonçalves Nogueira ", "Daniel Thompson-Yvetot ", "Tensor Programming "] license = "MIT/Apache-2.0" keywords = ["bundle", "cargo", "tauri"]