From 9839dcf69c432a143176c62343cdeeed7cd8c2bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 08:32:26 -0400 Subject: [PATCH] Increment version numbers (#1085) * fix: URL Crash Added safety to URL Reverted to FramesStore access for full frame * fix: URL Crashes Reverted change to set isFrames Added additional safety Attempted some improved performance * [create-pull-request] automated change --------- Co-authored-by: Alex Risch Co-authored-by: alexrisch --- app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index 409d0013b..e3482994d 100644 --- a/app.json +++ b/app.json @@ -2,10 +2,10 @@ "expo": { "version": "2.0.7", "ios": { - "buildNumber": "12" + "buildNumber": "13" }, "android": { - "versionCode": 219 + "versionCode": 220 } } }