Skip to content

Commit 3373bae

Browse files
committed
Preparing to for 0.4.1 release
1 parent 254c25b commit 3373bae

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

app.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"expo": {
33
"name": "ExhibitU",
44
"slug": "ExhibitU",
5-
"version": "0.4.0",
5+
"version": "0.4.1",
66
"orientation": "portrait",
77
"icon": "./assets/ExhibitU_icon.png",
88
"splash": {
@@ -13,9 +13,7 @@
1313
"updates": {
1414
"fallbackToCacheTimeout": 0
1515
},
16-
"assetBundlePatterns": [
17-
"**/*"
18-
],
16+
"assetBundlePatterns": ["**/*"],
1917
"ios": {
2018
"supportsTablet": true,
2119
"bundleIdentifier": "com.exhibitu.ios"
@@ -25,13 +23,8 @@
2523
},
2624
"packagerOpts": {
2725
"config": "metro.config.js",
28-
"sourceExts": [
29-
"js",
30-
"jsx",
31-
"svg",
32-
"svgx"
33-
]
26+
"sourceExts": ["js", "jsx", "svg", "svgx"]
3427
},
3528
"sdkVersion": "42.0.0"
3629
}
37-
}
30+
}

0 commit comments

Comments
 (0)