Skip to content

Commit

Permalink
v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mxve committed Nov 27, 2024
1 parent 374dbef commit 209738b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plutonium-updater"
version = "0.4.4"
version = "0.4.5"
edition = "2021"
build = "res/build.rs"

Expand Down
2 changes: 1 addition & 1 deletion src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit 209738b

Please sign in to comment.