From dc325f800dd3d9b767bd3db6c128b6b9f64e81f4 Mon Sep 17 00:00:00 2001 From: Serban Ghita Date: Thu, 12 Dec 2024 14:59:09 +0200 Subject: [PATCH] Version bump Signed-off-by: Serban Ghita --- MobileDetect.json | 2 +- src/MobileDetect.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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...']