Skip to content

Commit

Permalink
Release v2.1.6-build86
Browse files Browse the repository at this point in the history
Signed-off-by: Alex H <ahiguera@Alexs-MacBook-Pro.local>
  • Loading branch information
Alex H authored and Alex H committed Jan 17, 2025
1 parent 6243805 commit 29b655f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"displayName": "Learner Credential Wallet",
"expo": {
"runtimeVersion": "2.1.5",
"version": "2.1.5",
"runtimeVersion": "2.1.6",
"version": "2.1.6",
"name": "Learner Credential Wallet",
"slug": "learner-credential-wallet",
"orientation": "portrait",
Expand All @@ -20,7 +20,7 @@
"**/*"
],
"ios": {
"buildNumber": "85",
"buildNumber": "86",
"supportsTablet": true,
"bundleIdentifier": "edu.mit.eduwallet",
"deploymentTarget": "13.0",
Expand All @@ -39,7 +39,7 @@
}
},
"android": {
"versionCode": 85,
"versionCode": 86,
"adaptiveIcon": {
"foregroundImage": "./app/assets/adaptive-icon.png",
"backgroundColor": "#1F2937"
Expand Down

0 comments on commit 29b655f

Please sign in to comment.