Skip to content

Commit

Permalink
Prepare fix release of uvm_install_core
Browse files Browse the repository at this point in the history
  • Loading branch information
Larusso committed Dec 11, 2023
1 parent aeada01 commit ddbc2fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion install/uvm-install2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde_derive = "1.0"
structopt = "0.3"
uvm_core = { path = "../../uvm_core", version = "0.13.2" }
uvm_cli = { path = "../../uvm_cli", version = "0.4.0" }
uvm_install_core = {path = "../uvm_install_core", version = "0.9.1" }
uvm_install_core = {path = "../uvm_install_core", version = "0.9.2" }
uvm_install_graph = { path = "../../uvm_install_graph", version = "0.8.1" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion install/uvm_install_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uvm_install_core"
version = "0.9.1"
version = "0.9.2"
authors = ["Manfred Endres <manfred.endres@tslarusso.de>"]
description = "Base crate with installer functions to install Unity3D and its support modules"
repository = "https://github.com/Larusso/unity-version-manager"
Expand Down

0 comments on commit ddbc2fe

Please sign in to comment.