diff --git a/composer.json b/composer.json index f3ee01d..0da3161 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "A small PHP library for interacting with Mastodon's REST API.", "type": "library", "license": "GPL-3.0", - "version": "0.5.1", + "version": "0.5.2", "keywords": ["mastodon", "oauth", "api", "rest", "social"], "homepage": "https://fundevogel.de", "scripts": { diff --git a/lib/Api.php b/lib/Api.php index 05e195f..97e9e9a 100644 --- a/lib/Api.php +++ b/lib/Api.php @@ -5,7 +5,7 @@ * * @link https://github.com/Fundevogel/php-mastodon * @license https://www.gnu.org/licenses/gpl-3.0.txt GPL v3 - * @version 0.5.1 + * @version 0.5.2 */ namespace Fundevogel\Mastodon;