Browse Source

Bump version to 4.1.0

Arnaud Vergnet 3 years ago
parent
commit
b692b6e7f6
2 changed files with 3 additions and 3 deletions
  1. 2
    2
      android/app/build.gradle
  2. 1
    1
      package.json

+ 2
- 2
android/app/build.gradle View File

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

+ 1
- 1
package.json View File

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

Loading…
Cancel
Save