From 2508804b5e249ca0102e116cfd288beb27fd7436 Mon Sep 17 00:00:00 2001 From: simonpipe Date: Thu, 1 Jan 2026 15:38:21 +0100 Subject: [PATCH] Update mastodonapi.php --- mastodonapi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodonapi.php b/mastodonapi.php index 239f139..d4db411 100644 --- a/mastodonapi.php +++ b/mastodonapi.php @@ -3,7 +3,7 @@ // MastodonAPI extension, https://codeberg.org/simonpipe/yellow-mastodonapi class YellowMastodonAPI { - const VERSION = "0.1"; + const VERSION = "0.2"; public $yellow; public function onLoad($yellow) {