Skip to content

Commit 02b3845

Browse files
committed
Release 1.2.7
1 parent 45cf118 commit 02b3845

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
77
- For W3C adaption for Appium Server
88

99
### Bug fixes
10+
- make `@driver.automation_name` downcase
1011

1112
### Deprecations
1213

lib/appium_lib_core/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Appium
22
module Core
3-
VERSION = '1.2.6'.freeze unless defined? ::Appium::Core::VERSION
4-
DATE = '2018-01-21'.freeze unless defined? ::Appium::Core::DATE
3+
VERSION = '1.2.7'.freeze unless defined? ::Appium::Core::VERSION
4+
DATE = '2018-01-25'.freeze unless defined? ::Appium::Core::DATE
55
end
66
end

0 commit comments

Comments
 (0)