Skip to content

Commit 9c52fd3

Browse files
committed
Release 13.0.2
1 parent d14669e commit 9c52fd3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Commit based release not is [release_notes.md](./release_notes.md)
44
Release tags are https://github.com/appium/ruby_lib/releases .
55

66

7+
## 13.0.2 - 2024-01-25
8+
- Allow up to ruby lib core 7.3
9+
710
## 13.0.1 - 2023-06-19
811
- Ruby 3.0+ is required
912

lib/appium_lib/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
module Appium
1616
# Version and Date are defined on the 'Appium' module, not 'Appium::Common'
17-
VERSION = '13.0.1' unless defined? ::Appium::VERSION
18-
DATE = '2023-06-19' unless defined? ::Appium::DATE
17+
VERSION = '13.0.2' unless defined? ::Appium::VERSION
18+
DATE = '2024-01-25' unless defined? ::Appium::DATE
1919
end

0 commit comments

Comments
 (0)