From 1ace5fc367cc54772c450d6aa9e2abcd9faa349d Mon Sep 17 00:00:00 2001 From: DC Date: Sat, 25 May 2024 04:18:59 -0700 Subject: [PATCH] release: 1.8.9 --- .github/workflows/maestro-ci.yml | 3 +++ apps/daimo-mobile/app.config.ts | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maestro-ci.yml b/.github/workflows/maestro-ci.yml index e138da1db..a66287b9b 100644 --- a/.github/workflows/maestro-ci.yml +++ b/.github/workflows/maestro-ci.yml @@ -24,6 +24,9 @@ jobs: eas-version: latest token: ${{ secrets.EXPO_TOKEN }} + - name: Wait for iOS and Android expo builds to start + run: sleep 120 + - name: Run Maestro test suite env: BRANCH_NAME: ${{ github.head_ref || github.ref_name }} diff --git a/apps/daimo-mobile/app.config.ts b/apps/daimo-mobile/app.config.ts index ba0a7b15c..444c6c3a9 100644 --- a/apps/daimo-mobile/app.config.ts +++ b/apps/daimo-mobile/app.config.ts @@ -2,7 +2,7 @@ import type { ExpoConfig } from "@expo/config"; const IS_DEV = process.env.DAIMO_APP_VARIANT === "dev"; -const VERSION = "1.8.9"; +const VERSION = "1.8.10"; const config: ExpoConfig = { owner: "daimo",