From fa238f11a72e2a6c7770f343fda4b220f5aab344 Mon Sep 17 00:00:00 2001 From: kristuff Date: Thu, 28 May 2020 22:44:59 +0200 Subject: [PATCH] v0.2 --- 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 bf4ba14..c68bbaa 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.1.0 + * @version 0.2.0 * @copyright 2020 Kristuff */ diff --git a/lib/ApiManager.php b/lib/ApiManager.php index 8a95642..71d86b4 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.1.0 + * @version 0.2.0 * @copyright 2020 Kristuff */ diff --git a/lib/InvalidPermissionException.php b/lib/InvalidPermissionException.php index a8c1c7a..f504bb0 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.1.0 + * @version 0.2.0 * @copyright 2020 Kristuff */