diff --git a/MobileDetect.json b/MobileDetect.json index c641602f..f3287931 100644 --- a/MobileDetect.json +++ b/MobileDetect.json @@ -1,5 +1,5 @@ { - "version": "4.8.09", + "version": "4.8.10", "headerMatch": { "HTTP_ACCEPT": { "matches": [ diff --git a/src/MobileDetect.php b/src/MobileDetect.php index 9430c1be..af509163 100644 --- a/src/MobileDetect.php +++ b/src/MobileDetect.php @@ -19,7 +19,7 @@ * @author Nick Ilyin * @author: Victor Stanciu (original author) * - * @version 4.8.09 + * @version 4.8.10 */ declare(strict_types=1); @@ -241,7 +241,7 @@ class MobileDetect /** * Stores the version number of the current release. */ - protected string $VERSION = '4.8.09'; + protected string $VERSION = '4.8.10'; protected array $config = [ // Auto-initialization on HTTP headers from $_SERVER['HTTP...']