Skip to content

Commit

Permalink
Fix missing info in config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YTBJero committed Jun 4, 2022
1 parent 10a5dc7 commit 501217f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poggit_news.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"version": "0.0.2",
"time": 1654345127,
"link": "https://github.com/David-pm-pl/EpicCustomAlerts/releases/tag/v0.0.2",
"download_link": "https://poggit.pmmp.io/r/174781/EpicCustomAlerts_dev-13.phar",
"patch_notes": "## Whats New ?\n- Update OutdatedClient, OutdatedServer"
"download_link": "https://poggit.pmmp.io/r/174781/EpicCustomAlerts_dev-14.phar",
"patch_notes": "## Whats New ?\n- Update OutdatedClient, OutdatedServer\n- Fix FirstJoin Alert"
}
1 change: 1 addition & 0 deletions resources/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
date-format: "H:i:s"
enableUpdateAutoUpdater: true
WhitelistedServer:
custom: true
message: "&c&oThis Server is whitelisted!"
Expand Down
2 changes: 1 addition & 1 deletion src/VersionInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

final class VersionInfo{

public const PLUGIN_VERSION = "0.0.1";
public const PLUGIN_VERSION = "0.0.2";
public const IS_DEVELOPMENT_BUILD = false;
public const BUILD_CHANNEL = "stable";
}

0 comments on commit 501217f

Please # to comment.