Skip to content

Commit

Permalink
Release v2.1.4-build84
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex H authored and Alex H committed Oct 29, 2024
1 parent 1a78dfa commit fc9759c
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.3",
"version": "2.1.3",
"runtimeVersion": "2.1.4",
"version": "2.1.4",
"name": "Learner Credential Wallet",
"slug": "learner-credential-wallet",
"orientation": "portrait",
Expand All @@ -20,7 +20,7 @@
"**/*"
],
"ios": {
"buildNumber": "83",
"buildNumber": "84",
"supportsTablet": true,
"bundleIdentifier": "edu.mit.eduwallet",
"deploymentTarget": "13.0",
Expand All @@ -39,7 +39,7 @@
}
},
"android": {
"versionCode": 83,
"versionCode": 84,
"adaptiveIcon": {
"foregroundImage": "./app/assets/adaptive-icon.png",
"backgroundColor": "#1F2937"
Expand Down

0 comments on commit fc9759c

Please sign in to comment.