We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b95151 commit 65f8b1cCopy full SHA for 65f8b1c
CHANGELOG.md
@@ -3,9 +3,10 @@ Commit based release not is [release_notes.md](./release_notes.md)
3
4
Release tags are https://github.com/appium/ruby_lib/releases .
5
6
-## Unreleased
+## 12.1.3 - 2022-12-13
7
8
### 1. Enhancements
9
+- Minor internal update
10
11
### 2. Bug fixes
12
lib/appium_lib/version.rb
@@ -14,6 +14,6 @@
14
15
module Appium
16
# Version and Date are defined on the 'Appium' module, not 'Appium::Common'
17
- VERSION = '12.1.2' unless defined? ::Appium::VERSION
18
- DATE = '2022-11-13' unless defined? ::Appium::DATE
+ VERSION = '12.1.3' unless defined? ::Appium::VERSION
+ DATE = '2022-12-13' unless defined? ::Appium::DATE
19
end
0 commit comments