File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
5
### Enhancements
6
+
7
+ ### Bug fixes
8
+
9
+ ### Deprecations
10
+
11
+ ## [ 1.3.1] - 2018-02-14
12
+ ### Enhancements
6
13
- add some app management commands [ #58 ] ( https://github.com/appium/ruby_lib_core/pull/58 )
7
14
- Require Appium 1.8.0+
8
15
- Both platforms work absolute based axis for ` move_to ` and ` swipe `
Original file line number Diff line number Diff line change 1
1
module Appium
2
2
module Core
3
- VERSION = '1.3.0 ' . freeze unless defined? ::Appium ::Core ::VERSION
4
- DATE = '2018-01-28 ' . freeze unless defined? ::Appium ::Core ::DATE
3
+ VERSION = '1.3.1 ' . freeze unless defined? ::Appium ::Core ::VERSION
4
+ DATE = '2018-02-14 ' . freeze unless defined? ::Appium ::Core ::DATE
5
5
end
6
6
end
You can’t perform that action at this time.
0 commit comments