Skip to content

Commit 97c794f

Browse files
committed
Version bump
1 parent 43310fa commit 97c794f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Mobile_Detect.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
* EXAMPLES: https://github.com/serbanghita/Mobile-Detect/wiki/Code-examples
1515
*
1616
* @license https://github.com/serbanghita/Mobile-Detect/blob/master/LICENSE
17-
* @author Serban Ghita <[email protected]>
17+
* @author Serban Ghita <[email protected]> (since 2012)
1818
* @author Nick Ilyin <[email protected]>
19-
* Original author: Victor Stanciu <[email protected]>
19+
* @author: Victor Stanciu <[email protected]> (original author)
2020
*
21-
* @version 2.8.40
21+
* @version 2.8.41
2222
*
2323
* Auto-generated isXXXX() magic methods.
2424
* php -a examples/dump_magic_methods.php
@@ -255,7 +255,7 @@ class Mobile_Detect
255255
/**
256256
* Stores the version number of the current release.
257257
*/
258-
const VERSION = '2.8.40';
258+
const VERSION = '2.8.41';
259259

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

0 commit comments

Comments
 (0)