From 501217f8e3538fd285ab31a097017df6e479079f Mon Sep 17 00:00:00 2001 From: YTBJero Date: Sat, 4 Jun 2022 19:26:56 +0700 Subject: [PATCH] Fix missing info in config.yml --- poggit_news.json | 4 ++-- resources/config.yml | 1 + src/VersionInfo.php | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/poggit_news.json b/poggit_news.json index d4d6fc5..fa0b216 100644 --- a/poggit_news.json +++ b/poggit_news.json @@ -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" } diff --git a/resources/config.yml b/resources/config.yml index 82041d8..c5ba35f 100644 --- a/resources/config.yml +++ b/resources/config.yml @@ -1,4 +1,5 @@ date-format: "H:i:s" +enableUpdateAutoUpdater: true WhitelistedServer: custom: true message: "&c&oThis Server is whitelisted!" diff --git a/src/VersionInfo.php b/src/VersionInfo.php index 1a22cdd..fdd70cd 100644 --- a/src/VersionInfo.php +++ b/src/VersionInfo.php @@ -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"; } \ No newline at end of file