Skip to content

Commit

Permalink
new version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Apr 4, 2015
1 parent 2a7292d commit 3d36a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DeviceDetector.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class DeviceDetector
/**
* Current version number of DeviceDetector
*/
const VERSION = '3.1';
const VERSION = '3.1.1';

/**
* Holds all registered client types
Expand Down
2 changes: 1 addition & 1 deletion Parser/Client/Browser.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class Browser extends ClientParserAbstract
protected static $browserFamilies = array(
'Android Browser' => array('AN', 'MU'),
'BlackBerry Browser' => array('BB'),
'Chrome' => array('AO', 'CH', 'CD', 'CM', 'CI', 'CF', 'CN', 'CR', 'CP', 'IR', 'RM', 'VI'),
'Chrome' => array('CH', 'CD', 'CM', 'CI', 'CF', 'CN', 'CR', 'CP', 'IR', 'RM', 'AO', 'VI'),
'Firefox' => array('FF', 'FE', 'SX', 'FB', 'PX', 'MB'),
'Internet Explorer' => array('IE', 'IM', 'PS'),
'Konqueror' => array('KO'),
Expand Down

0 comments on commit 3d36a5b

Please sign in to comment.