Skip to content

Commit

Permalink
update assetripper
Browse files Browse the repository at this point in the history
  • Loading branch information
amydevs committed Oct 28, 2022
1 parent 4b5e782 commit 837426e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asset_ripper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub async fn download_asset_ripper_to(output_path: PathBuf) -> Result<(), Box<dy
let release = octocrab
.repos("AssetRipper", "AssetRipper")
.releases()
.get_by_tag("0.2.1.0")
.get_by_tag("0.2.1.1")
.await
.or_else(|_| Err(anyhow::anyhow!(unfound_err)))?;
let release_asset = release
Expand Down

0 comments on commit 837426e

Please sign in to comment.