Skip to content

Commit 987eb7d

Browse files
committed
bump v1.5
1 parent 27d228e commit 987eb7d

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

app.json

+12-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"expo": {
33
"name": "Wordnote Dictionary",
44
"slug": "dictionote",
5-
"version": "1.4.0",
5+
"version": "1.5.0",
66
"orientation": "portrait",
77
"icon": "./assets/icon.png",
88
"privacy": "unlisted",
@@ -15,9 +15,12 @@
1515
"updates": {
1616
"fallbackToCacheTimeout": 0
1717
},
18-
"assetBundlePatterns": ["**/*", "assets/**"],
18+
"assetBundlePatterns": [
19+
"**/*",
20+
"assets/**"
21+
],
1922
"ios": {
20-
"buildNumber": "4",
23+
"buildNumber": "6",
2124
"supportsTablet": false,
2225
"infoPlist": {
2326
"CFBundleAllowMixedLocalizations": true,
@@ -35,13 +38,18 @@
3538
},
3639
"allowBackup": true,
3740
"package": "com.zehfernandes.dictionote",
38-
"versionCode": 4
41+
"versionCode": 6
3942
},
4043
"locales": {
4144
"pt": "./storelocales/pt.json"
4245
},
4346
"web": {
4447
"favicon": "./assets/favicon.png"
48+
},
49+
"extra": {
50+
"eas": {
51+
"projectId": "a3903e0f-b695-4889-9222-d6684c190e35"
52+
}
4553
}
4654
}
4755
}

0 commit comments

Comments
 (0)