Skip to content

Commit 824f641

Browse files
committed
Release 5.1.1
1 parent 9682214 commit 824f641

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ Read `release_notes.md` for commit level details.
1010

1111
### Deprecations
1212

13+
## [5.1.1] - 2022-04-18
14+
15+
### Enhancements
16+
17+
- Remove unneccessry files from gem package to reduce the size.
18+
1319
## [5.1.0] - 2021-12-25
1420

1521
### 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 = '5.1.0' unless defined? ::Appium::Core::VERSION
18-
DATE = '2021-12-25' unless defined? ::Appium::Core::DATE
17+
VERSION = '5.1.1' unless defined? ::Appium::Core::VERSION
18+
DATE = '2022-04-18' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)