Skip to content

Commit 4651cac

Browse files
committed
Release 11.1.1
1 parent 5b5e47b commit 4651cac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
Read `release_notes.md` for commit level details.
44

5-
## [11.1.0] - 2025-08-08
5+
## [11.1.0,11.1.1] - 2025-08-08
66
- Add WebDriver BiDi support. Please set `webSocketUrl` in the capabilities to enable it.
77
- `test/functional/android/webdriver/bidi_test.rb` can be an example usage.
88
- Older versions of the Selenium Ruby bindings may raise exceptions due to missing dependencies.

lib/appium_lib_core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
module Appium
1616
module Core
17-
VERSION = '11.1.0' unless defined? ::Appium::Core::VERSION
17+
VERSION = '11.1.1' unless defined? ::Appium::Core::VERSION
1818
DATE = '2025-08-08' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)