diff --git a/Cargo.lock b/Cargo.lock index 31be8ff4..3b56377a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5115,7 +5115,7 @@ dependencies = [ [[package]] name = "tari-lp-cli" -version = "1.8.0" +version = "1.9.0" dependencies = [ "anyhow", "async-trait", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 9d12692a..1d254987 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_launchpad" -version = "1.8.0" +version = "1.9.0" description = "A unified user interface for a Tari node and miner, with a focus on ease-of-use and UX." authors = ["The Tari Development Community"] license = "BSD-3-Clause" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 30107a76..693340b7 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari-lp-cli" -version = "1.8.0" +version = "1.9.0" edition = "2021" [dependencies]