Skip to content

Commit

Permalink
Minor version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
serbanghita committed Oct 27, 2023
1 parent 4a7b051 commit 39582ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MobileDetect.json
@@ -1,5 +1,5 @@
{
"version": "3.74.2",
"version": "3.74.3",
"headerMatch": {
"HTTP_ACCEPT": {
"matches": [
Expand Down
4 changes: 2 additions & 2 deletions src/MobileDetect.php
Expand Up @@ -18,7 +18,7 @@
* @author Nick Ilyin <nick.ilyin@gmail.com>
* @author: Victor Stanciu <vic.stanciu@gmail.com> (original author)
*
* @version 3.74.2
* @version 3.74.3
*/
namespace Detection;

Expand Down Expand Up @@ -226,7 +226,7 @@ class MobileDetect
/**
* Stores the version number of the current release.
*/
const VERSION = '3.74.2';
const VERSION = '3.74.3';

/**
* A type for the version() method indicating a string return value.
Expand Down

0 comments on commit 39582ab

Please sign in to comment.