We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73bdb83 commit 93b5a9fCopy full SHA for 93b5a9f
CHANGELOG.md
@@ -5,16 +5,15 @@ Read `release_notes.md` for commit level details.
5
## [Unreleased]
6
7
### Enhancements
8
-- Fix Ruby 2.7 warnings in appium_lib_core lib
9
10
### Bug fixes
11
12
### Deprecations
13
14
-## [3.4.0] - 2019-12-26
+## [3.4.0, 3.4.1] - 2019-12-26, 2019-12-27
15
16
17
-- Fix Ruby 2.7 warnings in appium_lib_core
+- Fix Ruby 2.7 warnings
18
19
20
lib/appium_lib_core/version.rb
@@ -14,7 +14,7 @@
module Appium
module Core
- VERSION = '3.4.0' unless defined? ::Appium::Core::VERSION
- DATE = '2019-12-26' unless defined? ::Appium::Core::DATE
+ VERSION = '3.4.1' unless defined? ::Appium::Core::VERSION
+ DATE = '2019-12-27' unless defined? ::Appium::Core::DATE
end
0 commit comments