From 9ed088735e71512f1727da198a9c9a102b8069be Mon Sep 17 00:00:00 2001 From: Martin Folkers Date: Mon, 13 Sep 2021 07:14:55 +0200 Subject: [PATCH] Bump version --- composer.json | 2 +- lib/Api.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a579fec..8a5b62e 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.2.0", + "version": "0.2.1", "keywords": ["mastodon", "oauth", "api", "rest", "social"], "homepage": "https://fundevogel.de", "scripts": { diff --git a/lib/Api.php b/lib/Api.php index 69c9ea1..f5bc5a5 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.2.0 + * @version 0.2.1 */ namespace Fundevogel\Mastodon;