Skip to content

Commit 1f4d52c

Browse files
committed
Release 4.3.1
1 parent fb41014 commit 1f4d52c

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

CHANGELOG.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,11 @@ Read `release_notes.md` for commit level details.
1010

1111
### Deprecations
1212

13-
## [4.3.0] - 2021-02-05
13+
## [4.3.1(4.3.0)] - 2021-02-07(2021-02-05)
1414

1515
### Enhancements
1616
- Add `start_recording_screen` for Mac2 driver
1717

18-
### Bug fixes
19-
20-
### Deprecations
21-
2218
## [4.2.1] - 2021-01-10
2319

2420
### Enhancements

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 = '4.3.0' unless defined? ::Appium::Core::VERSION
18-
DATE = '2021-02-05' unless defined? ::Appium::Core::DATE
17+
VERSION = '4.3.1' unless defined? ::Appium::Core::VERSION
18+
DATE = '2021-02-07' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)