Skip to content

Commit 546198b

Browse files
authored
Release v1.37.0 (#1838)
* update date in changelog * Prepare for release 1.37.0 * remove link to medium post because it's not public yet
1 parent 19376cc commit 546198b

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Changelog
22

3-
## 1.37.0 - 2024-07-25
4-
5-
[**Release Medium post**](https://blog.mobile.dev/whats-new-in-maestro-1-37-0-581431428562)
3+
## 1.37.0 - 2024-07-29
64

75
### New features
86

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.36.0
5+
VERSION_NAME=1.37.0
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.36.0
1+
CLI_VERSION=1.37.0

0 commit comments

Comments
 (0)