Skip to content

Commit 53ecce3

Browse files
committed
Fix update check
1 parent 42d7b14 commit 53ecce3

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reffect"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Zerthox"]
55
edition = "2021"
66
description = "Customizable effect displays"

src/addon/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pub struct Addon {
2929
impl Addon {
3030
pub fn new() -> Self {
3131
Self {
32-
updater: Updater::unchecked(
32+
updater: Updater::new(
3333
"Reffect",
3434
Repository::new("zerthox", "gw2-reffect"),
3535
VERSION.parse().unwrap(),

0 commit comments

Comments
 (0)