Skip to content

Commit e0db5f9

Browse files
committed
Release 2.0.4
1 parent 70d71cd commit e0db5f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

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

44
## [Unreleased]
55
### Enhancements
6-
- Add custom locator in the future work
6+
- Add custom locator in the future work: [element-finding-plugins](https://github.com/appium/appium/blob/master/docs/en/advanced-concepts/element-finding-plugins.md)
77
- https://github.com/appium/appium-base-driver/pull/268/
88
```
99
@driver.find_element :custom, "f:foo"

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 = '2.0.3'.freeze unless defined? ::Appium::Core::VERSION
4-
DATE = '2018-10-11'.freeze unless defined? ::Appium::Core::DATE
3+
VERSION = '2.0.4'.freeze unless defined? ::Appium::Core::VERSION
4+
DATE = '2018-10-19'.freeze unless defined? ::Appium::Core::DATE
55
end
66
end

0 commit comments

Comments
 (0)