Skip to content
This repository was archived by the owner on Mar 30, 2024. It is now read-only.

Commit a3deeec

Browse files
committed
UA Parsing
1 parent d378769 commit a3deeec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
latest
2-
0.3.4
2+
0.3.5
33
0.3
44
0

php/core/Utilities.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public static function deleteDirRecursive(string $dir) : bool {
8989
public static function getBrowserOS() : string {
9090
$b = get_browser();
9191
if( $b->platform === "MacOSX"){
92-
$b->platform = "mac OS";
92+
$b->platform = "macOS";
9393
}
9494
return $b->browser . ($b->version === "0.0" ? '' : ' ' . $b->version) . ' on ' . $b->platform;
9595
}

0 commit comments

Comments
 (0)