From e33200ba288423cda47bc998bae8fb8be0bb2cea Mon Sep 17 00:00:00 2001 From: Manfred Endres Date: Thu, 7 Nov 2019 16:18:50 +0100 Subject: [PATCH] Bump uvm-install2 to 0.3.3 --- Cargo.lock | 2 +- install/uvm-install2/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e522c51f..7def5176 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2112,7 +2112,7 @@ dependencies = [ [[package]] name = "uvm-install2" -version = "0.3.2" +version = "0.3.3" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "console 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/install/uvm-install2/Cargo.toml b/install/uvm-install2/Cargo.toml index f9522c1f..fb6f591f 100644 --- a/install/uvm-install2/Cargo.toml +++ b/install/uvm-install2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uvm-install2" -version = "0.3.2" +version = "0.3.3" authors = ["Manfred Endres "] description = "A unity3d installer" repository = "https://github.com/Larusso/unity-version-manager"