Skip to content

Commit

Permalink
Merge pull request #683 from thanatos-vf-2000/patch-1
Browse files Browse the repository at this point in the history
Update browsers-chrome.php stable v101 to v115
  • Loading branch information
NielsLeenheer authored Apr 16, 2024
2 parents a8d1d92 + 99c2347 commit 377249e
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions data/browsers-chrome.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,22 @@
'97.0.4692' => 'stable',
'98.0.4758' => 'stable',
'99.0.4844' => 'stable',
'100.0.4896' => 'stable'
'100.0.4896' => 'stable',
'101.0.4951' => 'stable',
'102.0.5005' => 'stable',
'103.0.5060' => 'stable',
'104.0.5112' => 'stable',
'105.0.5195' => 'stable',
'106.0.5249' => 'stable',
'107.0.5304' => 'stable',
'108.0.5359' => 'stable',
'109.0.5414' => 'stable',
'110.0.5481' => 'stable',
'111.0.5563' => 'stable',
'112.0.5615' => 'stable',
'113.0.5672' => 'stable',
'114.0.5735' => 'stable',
'115.0.5790' => 'stable'
];

Chrome::$MOBILE = [
Expand Down Expand Up @@ -180,5 +195,20 @@
'97.0.4692' => 'stable',
'98.0.4758' => 'stable',
'99.0.4844' => 'stable',
'100.0.4896' => 'stable'
'100.0.4896' => 'stable',
'101.0.4951' => 'stable',
'102.0.5005' => 'stable',
'103.0.5060' => 'stable',
'104.0.5112' => 'stable',
'105.0.5195' => 'stable',
'106.0.5249' => 'stable',
'107.0.5304' => 'stable',
'108.0.5359' => 'stable',
'109.0.5414' => 'stable',
'110.0.5481' => 'stable',
'111.0.5563' => 'stable',
'112.0.5615' => 'stable',
'113.0.5672' => 'stable',
'114.0.5735' => 'stable',
'115.0.5790' => 'stable'
];

0 comments on commit 377249e

Please sign in to comment.