Skip to content

Commit

Permalink
[#1050] Update mobile version to 4.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ifirmawan committed Jun 27, 2024
1 parent fd534ec commit 86cd59f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.9",
"version": "4.0.10",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
Expand All @@ -21,7 +21,7 @@
"backgroundColor": "#ffffff"
},
"package": "com.akvo.rtmis",
"versionCode": 409
"versionCode": 4010
},
"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.9",
"version": "4.0.10",
"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.9",
"appVersion": "4.0.10",
"lang": "en",
"gpsThreshold": 30
}
2 changes: 1 addition & 1 deletion app/src/form/fields/__test__/TypeCascade.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ describe('TypeCascade | Entity', () => {
);

await waitFor(() => {
const option1 = queryByTestId('dropdown-cascade-0');
const option1 = queryByTestId('dropdown-cascade-0');
expect(option1).toBeNull();
});
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ exports[`AuthFormPage renders correctly 1`] = `
}
>
App version -
4.0.9
4.0.10
</Text>
<Modal
hardwareAccelerated={false}
Expand Down

0 comments on commit 86cd59f

Please sign in to comment.