Skip to content

Commit 2150c31

Browse files
Prepare for release 1.40.3 (#2476)
1 parent ef688e9 commit 2150c31

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## 1.40.3
6+
Fix
7+
- MissingKotlinParameterException during using maestro commands.
8+
59
## 1.40.2
610
Fix
711
- Sharding on iOS, throwing FileSystemAlreadyExistsException exception

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ android.useAndroidX=true
22
android.enableJetifier=true
33
kotlin.code.style=official
44
GROUP=dev.mobile
5-
VERSION_NAME=1.40.2
5+
VERSION_NAME=1.40.3
66
POM_DESCRIPTION=Maestro is a server-driven platform-agnostic library that allows to drive tests for both iOS and Android using the same implementation through an intuitive API.
77
POM_URL=https://github.com/mobile-dev-inc/maestro
88
POM_SCM_URL=https://github.com/mobile-dev-inc/maestro

maestro-cli/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CLI_VERSION=1.40.2
1+
CLI_VERSION=1.40.3

0 commit comments

Comments
 (0)