Skip to content

Commit

Permalink
[cdp] update ruby, python and JS to add support for v94 and remove su…
Browse files Browse the repository at this point in the history
…pport for v92
  • Loading branch information
titusfortner committed Sep 22, 2021
1 parent f610af6 commit ece979a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ load("//common:defs.bzl", "copy_file")

BROWSER_VERSIONS = [
"v85",
"v92",
"v93",
"v94",
]

SRC_FILES = [
Expand Down
2 changes: 1 addition & 1 deletion py/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ load("//py/private:browsers.bzl", "BROWSERS")

BROWSER_VERSIONS = [
"v85",
"v92",
"v93",
"v94",
]

TEST_DEPS = [
Expand Down
2 changes: 1 addition & 1 deletion rb/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ package(default_visibility = ["//:__subpackages__"])

CDP_VERSIONS = [
"v85",
"v92",
"v93",
"v94",
]

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.93.0'
VERSION = '0.94.0'
end # DevTools
end # Selenium

0 comments on commit ece979a

Please sign in to comment.