Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
Merge pull request #102 from tagawa/browser-updates
Browse files Browse the repository at this point in the history
Updated browser versions
  • Loading branch information
tagawa committed Sep 4, 2014
2 parents 067ffd4 + 2c4bc78 commit e4a3bbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions agents.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"type": "desktop",
"url": "http:\/\/www.firefox.com\/",
"sniffer": "/firefox\\/([\\d\\.]+)/i",
"currentVersion": "31"
"currentVersion": "32"
},
"chrome": {
"name": "Chrome",
"prefix": "webkit",
"type": "desktop",
"url": "http:\/\/www.google.com\/chrome",
"sniffer": "/chrome\\/([\\d\\.]+)/i",
"currentVersion": "36"
"currentVersion": "37"
},
"safari": {
"name": "Safari",
Expand All @@ -37,7 +37,7 @@
"type": "desktop",
"url": "http:\/\/www.opera.com\/",
"sniffer": "/opera[\\W\\w]*?version\\/([\\d\\.]+)|opera[\\W\\w]*?([\\d\\.]+)/i",
"currentVersion": "23"
"currentVersion": "24"
},
"ios_saf": {
"name": "iOS Safari",
Expand All @@ -53,7 +53,7 @@
"type": "mobile",
"url": "http:\/\/www.opera.com\/mobile\/",
"sniffer": "/opera\\s*mini[\\W\\w]*?version\\/([\\d\\.]+)/i",
"currentVersion": "7.5"
"currentVersion": "8"
},
"op_mob": {
"name": "Opera Mobile",
Expand Down

0 comments on commit e4a3bbe

Please sign in to comment.