Skip to content

Commit

Permalink
Increment version numbers (#1085)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: alexrisch <[email protected]>
  • Loading branch information
3 people authored Oct 24, 2024
1 parent ccd0aa4 commit 9839dcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"expo": {
"version": "2.0.7",
"ios": {
"buildNumber": "12"
"buildNumber": "13"
},
"android": {
"versionCode": 219
"versionCode": 220
}
}
}

0 comments on commit 9839dcf

Please sign in to comment.