Skip to content

Commit 209738b

Browse files
committed
v0.4.5
1 parent 374dbef commit 209738b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plutonium-updater"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
edition = "2021"
55
build = "res/build.rs"
66

src/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pub struct Args {
6262
/// Override cdn url
6363
#[clap(
6464
long,
65-
default_value = "https://cdn.plutonium.pw/updater/prod/info.json"
65+
default_value = "https://cdn.plutoniummod.com/updater/prod/info.json"
6666
)]
6767
pub cdn_url: String,
6868

0 commit comments

Comments
 (0)