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 #106 from tagawa/browser-updates
Browse files Browse the repository at this point in the history
Updated versions of Opera, Firefox, Safari and Chrome
  • Loading branch information
tagawa committed Oct 23, 2014
2 parents 397f31b + 60423e6 commit c0d262e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions agents.json
Expand Up @@ -13,39 +13,39 @@
"type": "desktop",
"url": "http:\/\/www.firefox.com\/",
"sniffer": "/firefox\\/([\\d\\.]+)/i",
"currentVersion": "32"
"currentVersion": "33"
},
"chrome": {
"name": "Chrome",
"prefix": "webkit",
"type": "desktop",
"url": "http:\/\/www.google.com\/chrome",
"sniffer": "/chrome\\/([\\d\\.]+)/i",
"currentVersion": "37"
"currentVersion": "38"
},
"safari": {
"name": "Safari",
"prefix": "webkit",
"type": "desktop",
"url": "http:\/\/www.apple.com\/safari\/",
"sniffer": "/version\\/([\\d\\.]+)[\\W\\w]*?safari/i",
"currentVersion": "7.1"
"currentVersion": "8.0"
},
"opera": {
"name": "Opera",
"prefix": "o",
"type": "desktop",
"url": "http:\/\/www.opera.com\/",
"sniffer": "/opera[\\W\\w]*?version\\/([\\d\\.]+)|opera[\\W\\w]*?([\\d\\.]+)/i",
"currentVersion": "24"
"currentVersion": "25"
},
"ios_saf": {
"name": "iOS Safari",
"prefix": "webkit",
"type": "mobile",
"url": "http:\/\/www.apple.com\/iphone\/",
"sniffer": "/version\\/([\\d\\.]+)[\\W\\w]*?safari/i",
"currentVersion": "8"
"currentVersion": "8.1"
},
"op_mini": {
"name": "Opera Mini",
Expand All @@ -61,7 +61,7 @@
"type": "mobile",
"url": "http:\/\/www.opera.com\/mobile\/",
"sniffer": "/opera\\s*mobi[\\W\\w]*?version\\/([\\d\\.]+)/i",
"currentVersion": "22"
"currentVersion": "25"
},
"android": {
"name": "Android Browser",
Expand Down

0 comments on commit c0d262e

Please sign in to comment.