We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a626518 commit 9afbc4cCopy full SHA for 9afbc4c
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
+## [2.0.3] - 2018-10-11
12
+### Enhancements
13
- Set `'selenium-webdriver', '~> 3.14.1'`
14
15
### Bug fixes
lib/appium_lib_core/version.rb
@@ -1,6 +1,6 @@
1
module Appium
2
module Core
- VERSION = '2.0.2'.freeze unless defined? ::Appium::Core::VERSION
- DATE = '2018-10-02'.freeze unless defined? ::Appium::Core::DATE
+ VERSION = '2.0.3'.freeze unless defined? ::Appium::Core::VERSION
+ DATE = '2018-10-11'.freeze unless defined? ::Appium::Core::DATE
end
0 commit comments