Skip to content

Commit

Permalink
Update Main.php
Browse files Browse the repository at this point in the history
Fix UpdateNotifier
  • Loading branch information
Toby authored Mar 31, 2021
1 parent 2d245ba commit cc6513f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TobyDev265/XPShop/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function onEnable()
@mkdir($this->getDataFolder());
$this->saveDefaultConfig();
$this->cfg = new Config($this->getDataFolder() . "config.yml", Config::YAML);
UpdateNotifier::checkUpdate("XPShop", "1.0.0");
UpdateNotifier::checkUpdate("XPShop", "1.0.3");
}

/**
Expand Down

0 comments on commit cc6513f

Please # to comment.