From 61ae7fdc5e3204f935b07400b4b26d4439449d43 Mon Sep 17 00:00:00 2001 From: simonpipe Date: Thu, 14 Aug 2025 09:36:35 +0200 Subject: [PATCH] mastodonapi.php aktualisiert --- mastodonapi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodonapi.php b/mastodonapi.php index 78f35c7..792fbcb 100644 --- a/mastodonapi.php +++ b/mastodonapi.php @@ -3,7 +3,7 @@ // MastodonAPI extension, https://codeberg.org/simonpipe/yellow-mastodonapi class YellowMastodonAPI { - const VERSION = "0.6"; + const VERSION = "0.1"; public $yellow; public function onLoad($yellow) {