diff --git a/Cargo.lock b/Cargo.lock index ce8fd2b..517deb7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "alterware-launcher" -version = "0.11.1" +version = "0.11.2" dependencies = [ "blake3", "colored", diff --git a/Cargo.toml b/Cargo.toml index 71a5fb4..b993a11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alterware-launcher" -version = "0.11.1" +version = "0.11.2" edition = "2021" build = "res/build.rs" diff --git a/src/main.rs b/src/main.rs index d399b0f..9f0839e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -636,7 +636,7 @@ fn show_iw4x_info() { "{}", "IW4x is not provided through AlterWare anymore.".bright_red() ); - println!("Please use iw4x-launcher.exe instead or visit www.iw4x.dev/install"); + println!("Please visit https://aka.alterware.dev/iw4x for more information"); misc::stdin(); std::process::exit(0); }