Skip to content

Commit

Permalink
Fix update check
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerthox committed Jul 14, 2024
1 parent 42d7b14 commit 53ecce3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reffect"
version = "0.1.1"
version = "0.1.2"
authors = ["Zerthox"]
edition = "2021"
description = "Customizable effect displays"
Expand Down
2 changes: 1 addition & 1 deletion src/addon/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub struct Addon {
impl Addon {
pub fn new() -> Self {
Self {
updater: Updater::unchecked(
updater: Updater::new(
"Reffect",
Repository::new("zerthox", "gw2-reffect"),
VERSION.parse().unwrap(),
Expand Down

0 comments on commit 53ecce3

Please sign in to comment.