Skip to content

Commit 1f10dcb

Browse files
committed
Release 1.3.5
1 parent 993840a commit 1f10dcb

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55
### Enhancements
6+
7+
### Bug fixes
8+
9+
### Deprecations
10+
11+
## [1.3.5] - 2018-03-30
12+
### Enhancements
613
- Add a `bug_report` option in `start_recording_screen`, Android
714
- Add clipboard apis [#69](https://github.com/appium/ruby_lib_core/pull/69)
815

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

0 commit comments

Comments
 (0)