Skip to content

Commit

Permalink
[#1515] Update mobile version to 4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ifirmawan committed May 30, 2024
1 parent a2df7f9 commit 854fb2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "rtmis-mobile",
"slug": "rtmis-mobile",
"version": "4.0.5",
"version": "4.0.6",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
Expand All @@ -21,7 +21,7 @@
"backgroundColor": "#ffffff"
},
"package": "com.akvo.rtmis",
"versionCode": 405
"versionCode": 406
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rtmis-mobile",
"version": "4.0.5",
"version": "4.0.6",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start --port 19000",
Expand Down
2 changes: 1 addition & 1 deletion app/src/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dataSyncInterval": 30,
"errorHandling": true,
"loggingLevel": "verbose",
"appVersion": "4.0.5",
"appVersion": "4.0.6",
"lang": "en",
"gpsThreshold": 30
}

0 comments on commit 854fb2f

Please sign in to comment.