diff --git a/mastodonapi.php b/mastodonapi.php index 35515cf..e2f55d4 100644 --- a/mastodonapi.php +++ b/mastodonapi.php @@ -2,7 +2,7 @@ // Mastodonapi extension, https://codeberg.org/simonpipe/yellow-mastodonapi class YellowMastodonapi { - const VERSION = "0.9.3"; + const VERSION = "0.9.4"; public $yellow; // access to API // Initialize extension @@ -221,6 +221,6 @@ class YellowMastodonapi { // Return status file path private function getStatusFile() { - return $this->yellow->system->get("coreWorkerDirectory") . "mastodonapi.log"; + return $this->yellow->system->get("coreWorkerDirectory") . "mastodonapi.status"; } } \ No newline at end of file