We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 993840a commit 1f10dcbCopy full SHA for 1f10dcb
CHANGELOG.md
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
3
4
## [Unreleased]
5
### Enhancements
6
+
7
+### Bug fixes
8
9
+### Deprecations
10
11
+## [1.3.5] - 2018-03-30
12
+### Enhancements
13
- Add a `bug_report` option in `start_recording_screen`, Android
14
- Add clipboard apis [#69](https://github.com/appium/ruby_lib_core/pull/69)
15
lib/appium_lib_core/version.rb
@@ -1,6 +1,6 @@
1
module Appium
2
module Core
- VERSION = '1.3.4'.freeze unless defined? ::Appium::Core::VERSION
- DATE = '2018-03-21'.freeze unless defined? ::Appium::Core::DATE
+ VERSION = '1.3.5'.freeze unless defined? ::Appium::Core::VERSION
+ DATE = '2018-03-30'.freeze unless defined? ::Appium::Core::DATE
end
0 commit comments