Bump version to 4.1.0

This commit is contained in:
Arnaud Vergnet 2020-10-07 11:04:13 +02:00
parent 8dae8adfbe
commit b692b6e7f6
2 changed files with 3 additions and 3 deletions

View file

@ -148,8 +148,8 @@ android {
applicationId 'fr.amicaleinsat.application'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 42
versionName "4.0.1"
versionCode 43
versionName "4.1.0"
missingDimensionStrategy 'react-native-camera', 'general'
}
splits {

View file

@ -1,6 +1,6 @@
{
"name": "campus",
"version": "4.0.1",
"version": "4.1.0",
"private": true,
"scripts": {
"start": "react-native start",