Skip to content

Commit

Permalink
[rb][cdp] add support Chrome 102 and remove for Chrome 99
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed May 24, 2022
1 parent 716a606 commit 21fd258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rb/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ package(default_visibility = ["//:__subpackages__"])

CDP_VERSIONS = [
"v85",
"v99",
"v100",
"v101",
"v102",
]

copy_file(
Expand Down
2 changes: 1 addition & 1 deletion rb/lib/selenium/devtools/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

module Selenium
module DevTools
VERSION = '0.101.0'
VERSION = '0.102.0'
end # DevTools
end # Selenium

0 comments on commit 21fd258

Please sign in to comment.