Skip to content

Commit 65f8b1c

Browse files
committed
Release 12.1.3
1 parent 4b95151 commit 65f8b1c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ Commit based release not is [release_notes.md](./release_notes.md)
33

44
Release tags are https://github.com/appium/ruby_lib/releases .
55

6-
## Unreleased
6+
## 12.1.3 - 2022-12-13
77

88
### 1. Enhancements
9+
- Minor internal update
910

1011
### 2. Bug fixes
1112

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 = '12.1.2' unless defined? ::Appium::VERSION
18-
DATE = '2022-11-13' unless defined? ::Appium::DATE
17+
VERSION = '12.1.3' unless defined? ::Appium::VERSION
18+
DATE = '2022-12-13' unless defined? ::Appium::DATE
1919
end

0 commit comments

Comments
 (0)