Skip to content

Commit 7e6151e

Browse files
committed
Release 11.2.1
1 parent 2ac2ab3 commit 7e6151e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
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.12.1] - 2025-12-25
6+
- update RBS files
7+
58
## [11.12.0] - 2025-11-16
69
- Add more RBS files
710

lib/appium_lib_core/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
module Appium
1616
module Core
17-
VERSION = '11.2.0' unless defined? ::Appium::Core::VERSION
18-
DATE = '2025-11-16' unless defined? ::Appium::Core::DATE
17+
VERSION = '11.2.1' unless defined? ::Appium::Core::VERSION
18+
DATE = '2025-12-25' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)