From 05f33d8ad2e7d396979bf678d8407a30c8b0c05f Mon Sep 17 00:00:00 2001 From: Dima Zaytsev Date: Fri, 19 Aug 2022 00:17:36 +0200 Subject: [PATCH] Prepare for release 1.3.0 --- gradle.properties | 2 +- maestro-cli/gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 5f691cadab..3712b72cc1 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.2.7-SNAPSHOT +VERSION_NAME=1.3.0 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 2893912065..d21dccaa3a 100644 --- a/maestro-cli/gradle.properties +++ b/maestro-cli/gradle.properties @@ -1 +1 @@ -CLI_VERSION=1.2.6 +CLI_VERSION=1.3.0