We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ba034 commit 4e54ea5Copy full SHA for 4e54ea5
CHANGELOG.md
@@ -1,8 +1,16 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+
5
## [Unreleased]
6
### Enhancements
7
8
+### Bug fixes
9
10
+### Deprecations
11
12
+## [1.3.6] - 2018-04-01
13
+### Enhancements
14
- Be able to change `kind` in W3C touch action.
15
- Read: https://github.com/appium/ruby_lib_core/blob/master/lib/appium_lib_core/common/base/bridge/w3c.rb#L29
16
lib/appium_lib_core/version.rb
@@ -1,6 +1,6 @@
module Appium
module Core
- VERSION = '1.3.5'.freeze unless defined? ::Appium::Core::VERSION
- DATE = '2018-03-30'.freeze unless defined? ::Appium::Core::DATE
+ VERSION = '1.3.6'.freeze unless defined? ::Appium::Core::VERSION
+ DATE = '2018-04-01'.freeze unless defined? ::Appium::Core::DATE
end
0 commit comments