We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d1398 commit b6ac876Copy full SHA for b6ac876
1 file changed
mobile/app.json
@@ -2,7 +2,7 @@
2
"expo": {
3
"name": "VoteMonitor",
4
"slug": "vote-monitor",
5
- "version": "1.0.8",
+ "version": "1.0.9",
6
"scheme": "mobile",
7
"orientation": "portrait",
8
"icon": "./assets/icons/icon.png",
@@ -18,7 +18,7 @@
18
"ios": {
19
"supportsTablet": true,
20
"bundleIdentifier": "org.commitglobal.votemonitor",
21
- "buildNumber": "64",
+ "buildNumber": "65",
22
"config": {
23
"usesNonExemptEncryption": false
24
},
@@ -31,7 +31,7 @@
31
32
"android": {
33
"softwareKeyboardLayoutMode": "pan",
34
- "versionCode": 64,
+ "versionCode": 65,
35
"adaptiveIcon": {
36
"foregroundImage": "./assets/icons/adaptive-icon.png",
37
"backgroundColor": "#FDD20C"
0 commit comments