Skip to content

Commit 4af4b8a

Browse files
Upgrade 1.0.3 (#52)
* upgrade to v1.0.3 * upgrade dependencies
1 parent 056a732 commit 4af4b8a

File tree

3 files changed

+360
-152
lines changed

3 files changed

+360
-152
lines changed

app.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
expo: {
33
name: 'Ames Ride',
44
slug: 'AmesRide',
5-
version: '1.0.2',
5+
version: '1.0.3',
66
orientation: 'portrait',
77
icon: './assets/icon.png',
88
userInterfaceStyle: 'light',
@@ -20,7 +20,7 @@ module.exports = {
2020
supportsTablet: true,
2121
},
2222
android: {
23-
versionCode: 4,
23+
versionCode: 5,
2424
config: {
2525
googleMaps: {
2626
apiKey: process.env.GOOGLE_MAPS_API_KEY,

0 commit comments

Comments
 (0)