We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a3b7a commit 416ad24Copy full SHA for 416ad24
CHANGELOG.md
@@ -10,7 +10,7 @@ Read `release_notes.md` for commit level details.
10
11
### Deprecations
12
13
-## [Unreleased]
+## [3.4.2] - 2019-12-29
14
15
### Enhancements
16
- Add `attr_reader :bridge` for flutter driver not to use `send`
lib/appium_lib_core/version.rb
@@ -14,7 +14,7 @@
module Appium
module Core
17
- VERSION = '3.4.1' unless defined? ::Appium::Core::VERSION
18
- DATE = '2019-12-27' unless defined? ::Appium::Core::DATE
+ VERSION = '3.4.2' unless defined? ::Appium::Core::VERSION
+ DATE = '2019-12-29' unless defined? ::Appium::Core::DATE
19
end
20
0 commit comments