Skip to content

Commit 294f6f9

Browse files
Prepare for release 1.39.12. (#2304)
* Prepare for release 1.39.12. * fixing spacing
1 parent 2f15291 commit 294f6f9

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.39.12
6+
7+
- Fix: Upload route on Robin was not working on maestro cloud command
8+
59
## 1.39.11
610

711
- Feature: Starting trial from CLI

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.39.11
5+
VERSION_NAME=1.39.12
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.39.11
1+
CLI_VERSION=1.39.12

0 commit comments

Comments
 (0)