Update mastodonapi.php

This commit is contained in:
simonpipe 2026-01-01 17:22:01 +01:00
parent 8bcb974cbe
commit b2711fe7eb

View file

@ -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) {