From 5a3fc93491cf1b78462c81bf34a2f91ca3231a2e Mon Sep 17 00:00:00 2001 From: kristuff Date: Sat, 27 Jun 2020 11:42:55 +0200 Subject: [PATCH] v0.9.0 --- lib/ApiDefintion.php | 2 +- lib/ApiManager.php | 2 +- lib/InvalidPermissionException.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ApiDefintion.php b/lib/ApiDefintion.php index a1b9f2f..3374760 100644 --- a/lib/ApiDefintion.php +++ b/lib/ApiDefintion.php @@ -14,7 +14,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @version 0.2.0 + * @version 0.9.0 * @copyright 2020 Kristuff */ diff --git a/lib/ApiManager.php b/lib/ApiManager.php index 0e5a27f..f56f4f6 100644 --- a/lib/ApiManager.php +++ b/lib/ApiManager.php @@ -14,7 +14,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @version 0.2.0 + * @version 0.9.0 * @copyright 2020 Kristuff */ diff --git a/lib/InvalidPermissionException.php b/lib/InvalidPermissionException.php index f504bb0..b6418b3 100644 --- a/lib/InvalidPermissionException.php +++ b/lib/InvalidPermissionException.php @@ -14,7 +14,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @version 0.2.0 + * @version 0.9.0 * @copyright 2020 Kristuff */