diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fcdc5b8eb..fe3ea46c81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 1.39.10 + +- Update install script to tidy up old installation binaries + ## 1.39.9 - Revert: Error in showing keyboard during input and erase commands on iOS diff --git a/gradle.properties b/gradle.properties index 26070bcfaf..bedd3a45b6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ android.useAndroidX=true android.enableJetifier=true kotlin.code.style=official GROUP=dev.mobile -VERSION_NAME=1.39.8 +VERSION_NAME=1.39.10 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. POM_URL=https://github.com/mobile-dev-inc/maestro POM_SCM_URL=https://github.com/mobile-dev-inc/maestro diff --git a/maestro-cli/gradle.properties b/maestro-cli/gradle.properties index 521707981f..d4f1ffcd5f 100644 --- a/maestro-cli/gradle.properties +++ b/maestro-cli/gradle.properties @@ -1 +1 @@ -CLI_VERSION=1.39.9 \ No newline at end of file +CLI_VERSION=1.39.10 \ No newline at end of file