From fecaf09bd6d468b8fe33b67ec52e5a429d4e9b02 Mon Sep 17 00:00:00 2001 From: Donald Wu Date: Tue, 31 Jan 2023 14:40:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20update=20readme.md=20and?= =?UTF-8?q?=20update=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- app.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1616031..f6f3d30 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ - install expo-cli - install eas-cli - install yarn -- install node (v14+) +- install node (v16+) ## Testing and run diff --git a/app.json b/app.json index 8c566ea..03dd342 100644 --- a/app.json +++ b/app.json @@ -3,7 +3,7 @@ "name": "Singapore Bus Arrival App", "slug": "singapore-bus-arrival-app", "platforms": ["ios", "android"], - "version": "0.3.7", + "version": "0.3.8", "orientation": "portrait", "icon": "./assets/appstore-icon.png", "splash": { @@ -17,7 +17,7 @@ "assetBundlePatterns": ["**/*"], "ios": { "bundleIdentifier": "com.donaldwu.singaporebusarrivalapp", - "buildNumber": "0.3.7", + "buildNumber": "0.3.8", "infoPlist": { "NSLocationWhenInUseUsageDescription": "Singapore Bus Arrival App requires your location so that we can find related bus arrival information for you", "NSLocationAlwaysUsageDescription": "Singapore Bus Arrival App requires your location so that we can find related bus arrival information for you", @@ -28,7 +28,7 @@ }, "android": { "package": "com.donaldwu.singaporebusarrivalapp", - "versionCode": 38, + "versionCode": 39, "permissions": ["ACCESS_COARSE_LOCATION", "ACCESS_FINE_LOCATION"] }, "description": "Singpaore Bus Arrival App",