Skip to content

Commit

Permalink
roll to Chrome 124.0.6367.207 (#311)
Browse files Browse the repository at this point in the history
Automatically generated by
https://github.com/xvrh/puppeteer-dart/blob/main/.github/workflows/update-browser-pins.yaml

Co-authored-by: xvrh <xvrh@users.noreply.github.com>
  • Loading branch information
xvrh and xvrh committed May 14, 2024
1 parent 6275ea0 commit f3e5ab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/downloader.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'package:archive/archive.dart';
import 'package:http/http.dart' as http;
import 'package:path/path.dart' as p;

const _lastVersion = '124.0.6367.201';
const _lastVersion = '124.0.6367.207';

class DownloadedBrowserInfo {
final String executablePath;
Expand Down
1 change: 1 addition & 0 deletions tool/json/browser_protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -5546,6 +5546,7 @@
"marker",
"backdrop",
"selection",
"search-text",
"target-text",
"spelling-error",
"grammar-error",
Expand Down

0 comments on commit f3e5ab2

Please sign in to comment.