From 209738b45144427f0e9e7248717ba30784cbfd5b Mon Sep 17 00:00:00 2001 From: mxve <68632137+mxve@users.noreply.github.com> Date: Wed, 27 Nov 2024 23:10:25 +0100 Subject: [PATCH] v0.4.5 --- Cargo.toml | 2 +- src/args.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6cf12c4..6ac58f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "plutonium-updater" -version = "0.4.4" +version = "0.4.5" edition = "2021" build = "res/build.rs" diff --git a/src/args.rs b/src/args.rs index 8c6d71d..e932440 100644 --- a/src/args.rs +++ b/src/args.rs @@ -62,7 +62,7 @@ pub struct Args { /// Override cdn url #[clap( long, - default_value = "https://cdn.plutonium.pw/updater/prod/info.json" + default_value = "https://cdn.plutoniummod.com/updater/prod/info.json" )] pub cdn_url: String,