Skip to content

Commit 4e54ea5

Browse files
committed
Release 1.3.6
1 parent a3ba034 commit 4e54ea5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
45
## [Unreleased]
56
### Enhancements
7+
8+
### Bug fixes
9+
10+
### Deprecations
11+
12+
## [1.3.6] - 2018-04-01
13+
### Enhancements
614
- Be able to change `kind` in W3C touch action.
715
- Read: https://github.com/appium/ruby_lib_core/blob/master/lib/appium_lib_core/common/base/bridge/w3c.rb#L29
816

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.3.5'.freeze unless defined? ::Appium::Core::VERSION
4-
DATE = '2018-03-30'.freeze unless defined? ::Appium::Core::DATE
3+
VERSION = '1.3.6'.freeze unless defined? ::Appium::Core::VERSION
4+
DATE = '2018-04-01'.freeze unless defined? ::Appium::Core::DATE
55
end
66
end

0 commit comments

Comments
 (0)