From 1d2565bd5fd70aad59c8dd6aac1c55c863535546 Mon Sep 17 00:00:00 2001 From: Adolfo Reyna Date: Fri, 4 Oct 2024 02:30:35 -0400 Subject: [PATCH] Increase version --- app.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index 8a4ffb7..ab375ec 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "EMI Social", "slug": "emi-social", - "version": "1.2.4", + "version": "1.2.5", "scheme": "emifellowship", "orientation": "portrait", "icon": "./assets/icon.png", @@ -24,7 +24,7 @@ "associatedDomains": [ "applinks:social.emmint.com" ], - "buildNumber": "1.4" + "buildNumber": "1.5" }, "android": { "adaptiveIcon": { @@ -33,7 +33,7 @@ }, "package": "com.emi.social", "googleServicesFile": "./google-services.json", - "versionCode": 8 + "versionCode": 9 }, "web": { "favicon": "./assets/favicon.png"