Skip to content

Commit 93b5a9f

Browse files
committed
Release 3.4.1
1 parent 73bdb83 commit 93b5a9f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@ Read `release_notes.md` for commit level details.
55
## [Unreleased]
66

77
### Enhancements
8-
- Fix Ruby 2.7 warnings in appium_lib_core lib
98

109
### Bug fixes
1110

1211
### Deprecations
1312

14-
## [3.4.0] - 2019-12-26
13+
## [3.4.0, 3.4.1] - 2019-12-26, 2019-12-27
1514

1615
### Enhancements
17-
- Fix Ruby 2.7 warnings in appium_lib_core
16+
- Fix Ruby 2.7 warnings
1817

1918
### Bug fixes
2019

lib/appium_lib_core/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
module Appium
1616
module Core
17-
VERSION = '3.4.0' unless defined? ::Appium::Core::VERSION
18-
DATE = '2019-12-26' unless defined? ::Appium::Core::DATE
17+
VERSION = '3.4.1' unless defined? ::Appium::Core::VERSION
18+
DATE = '2019-12-27' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)