Skip to content

Commit

Permalink
release: 1.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dcposch committed May 25, 2024
1 parent a0adad8 commit 1ace5fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/maestro-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion apps/daimo-mobile/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1ace5fc

Please sign in to comment.