diff --git a/app/app.json b/app/app.json index aad6d9168..391563219 100644 --- a/app/app.json +++ b/app/app.json @@ -2,7 +2,7 @@ "expo": { "name": "rtmis-mobile", "slug": "rtmis-mobile", - "version": "4.0.6", + "version": "4.0.7", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", @@ -21,7 +21,7 @@ "backgroundColor": "#ffffff" }, "package": "com.akvo.rtmis", - "versionCode": 406 + "versionCode": 407 }, "web": { "favicon": "./assets/favicon.png" diff --git a/app/package.json b/app/package.json index fa30bf5e7..0a2b59b78 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "rtmis-mobile", - "version": "4.0.6", + "version": "4.0.7", "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start --port 19000", diff --git a/app/src/build.json b/app/src/build.json index 731dbe099..4186dd1a3 100644 --- a/app/src/build.json +++ b/app/src/build.json @@ -6,7 +6,7 @@ "dataSyncInterval": 30, "errorHandling": true, "loggingLevel": "verbose", - "appVersion": "4.0.6", + "appVersion": "4.0.7", "lang": "en", "gpsThreshold": 30 }