From b2711fe7eb52ea84662ddedf59ce285f2d040315 Mon Sep 17 00:00:00 2001 From: simonpipe Date: Thu, 1 Jan 2026 17:22:01 +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 2886f5e..3547aa5 100644 --- a/mastodonapi.php +++ b/mastodonapi.php @@ -3,7 +3,7 @@ // MastodonAPI extension, https://codeberg.org/simonpipe/yellow-mastodonapi class YellowMastodonapi { - const VERSION = "0.2"; + const VERSION = "0.2.1"; public $yellow; public function onLoad($yellow) {