Skip to content

Commit 0558f93

Browse files
committed
Release uvm_live_platform v0.8.1, uvm v3.11.0
1 parent 2225f20 commit 0558f93

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unity-hub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mutate = []
1515
[dependencies]
1616
unity-version = {path = "../unity-version", version = "0.3.1" }
1717
unity-types = {path = "../unity-types", version = "0.1.2" }
18-
uvm_live_platform = { path = "../uvm_live_platform", version = "0.8.0" }
18+
uvm_live_platform = { path = "../uvm_live_platform", version = "0.8.1" }
1919
log = { workspace = true }
2020
serde_json = { workspace = true }
2121
serde = { workspace = true }

uvm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unity-version-manager"
3-
version = "3.10.0"
3+
version = "3.11.0"
44
authors = ["Manfred Endres <manfred.endres@tslarusso.de>"]
55
edition = "2018"
66
description = "cli utility to install and manage unity versions"
@@ -23,7 +23,7 @@ indicatif = "0.18.0"
2323
flexi_logger = "0.31.2"
2424
log = { workspace = true }
2525
semver = { workspace = true }
26-
uvm_live_platform = { version = "0.8.0", path = "../uvm_live_platform", features = ["clap", "cache"] }
26+
uvm_live_platform = { version = "0.8.1", path = "../uvm_live_platform", features = ["clap", "cache"] }
2727
unity-hub = { version = "0.6.0", path = "../unity-hub", features = ["mutate"] }
2828
uvm_install = { version = "0.22.0", path = "../uvm_install", features = ["clap"]}
2929
uvm_gc = { version = "0.2.0", path = "../uvm_gc" }

uvm_install/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ zip = "5.1.1"
2626
reqwest = { workspace = true }
2727
thiserror = { workspace = true }
2828
unity-version = { path = "../unity-version", version = "0.3.1" }
29-
uvm_live_platform = { path = "../uvm_live_platform", version = "0.8.0" }
29+
uvm_live_platform = { path = "../uvm_live_platform", version = "0.8.1" }
3030
uvm_install_graph = { path = "../uvm_install_graph", version = "0.14.0" }
3131
unity-hub = {path = "../unity-hub", version = "0.6.0", features = ["mutate"] }
3232
lazy_static = "1.4.0"

uvm_install_graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ daggy = "0.9.0"
2020
fixedbitset = "0.5.7"
2121
itertools = { workspace = true }
2222
#uvm_core = { path = "../uvm_core", version = "0.13.3" }
23-
uvm_live_platform = { path = "../uvm_live_platform", version = "0.8.0" }
23+
uvm_live_platform = { path = "../uvm_live_platform", version = "0.8.1" }
2424
unity-version = {path = "../unity-version", version = "0.3.1" }
2525
[dev-dependencies]
2626
cfg-if = { workspace = true }

uvm_live_platform/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uvm_live_platform"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Manfred Endres <manfred.endres@tslarusso.de>"]
55
description = "Methods to connect to the unity live platform service."
66
repository = "https://github.com/Larusso/unity-version-manager"

0 commit comments

Comments
 (0)