From 3cc55e873c450be2913bae03d25bb14d1ec5080c Mon Sep 17 00:00:00 2001 From: mclaughlin_connor Date: Fri, 29 Apr 2022 21:31:45 +0100 Subject: [PATCH] chore: bump version, add version code --- app.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index e290206..6abd548 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "fp", "slug": "fp", - "version": "2.0.0", + "version": "2.0.1", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "myapp", @@ -31,7 +31,8 @@ "backgroundImage": "./assets/images/adaptive-background.png" }, "package": "com.mclaughlin.fp", - "googleServicesFile": "./google-services.json" + "googleServicesFile": "./google-services.json", + "versionCode": 1 }, "web": { "favicon": "./assets/images/favicon.png"