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