diff --git a/README.md b/README.md index bcb3ae3..a924182 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Deploy with composer: ```json ... "require": { - "kristuff/abuseipdb": "^0.9.12-stable" + "kristuff/abuseipdb": "^0.9.13-stable" }, ``` diff --git a/lib/ApiBase.php b/lib/ApiBase.php index 366d606..30f5002 100644 --- a/lib/ApiBase.php +++ b/lib/ApiBase.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.9.12 + * @version 0.9.13 * @copyright 2020-2021 Kristuff */ diff --git a/lib/ApiHandler.php b/lib/ApiHandler.php index 6b800bd..69255ef 100644 --- a/lib/ApiHandler.php +++ b/lib/ApiHandler.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.9.12 + * @version 0.9.13 * @copyright 2020-2021 Kristuff */ @@ -35,7 +35,7 @@ class ApiHandler extends ApiBase /** * @var string */ - const VERSION = 'v0.9.12'; + const VERSION = 'v0.9.13'; /** * The ips to remove from report messages diff --git a/lib/ApiResponse.php b/lib/ApiResponse.php index d1393b6..c5e7210 100644 --- a/lib/ApiResponse.php +++ b/lib/ApiResponse.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.9.12 + * @version 0.9.13 * @copyright 2020-2021 Kristuff */ diff --git a/lib/CurlTrait.php b/lib/CurlTrait.php index 683c5e5..3effad8 100644 --- a/lib/CurlTrait.php +++ b/lib/CurlTrait.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.9.12 + * @version 0.9.13 * @copyright 2020-2021 Kristuff */ diff --git a/lib/InvalidPermissionException.php b/lib/InvalidPermissionException.php index 9183df9..57e4a14 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.9.12 + * @version 0.9.13 * @copyright 2020-2021 Kristuff */ diff --git a/lib/QuietApiHandler.php b/lib/QuietApiHandler.php index 8995c33..d06d835 100644 --- a/lib/QuietApiHandler.php +++ b/lib/QuietApiHandler.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.9.12 + * @version 0.9.13 * @copyright 2020-2021 Kristuff */