Skip to content

Commit d762698

Browse files
committed
6.0.2
1 parent 3beb74c commit d762698

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ android {
121121
applicationId 'fr.amicaleinsat.application'
122122
minSdkVersion rootProject.ext.minSdkVersion
123123
targetSdkVersion rootProject.ext.targetSdkVersion
124-
versionCode 89
125-
versionName "6.0.1"
124+
versionCode 90
125+
versionName "6.0.2"
126126
missingDimensionStrategy 'react-native-camera', 'general'
127127
}
128128
splits {

ios/Campus/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>6.0.1</string>
22+
<string>6.0.2</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleURLTypes</key>
@@ -32,7 +32,7 @@
3232
</dict>
3333
</array>
3434
<key>CFBundleVersion</key>
35-
<string>44</string>
35+
<string>45</string>
3636
<key>FacebookAdvertiserIDCollectionEnabled</key>
3737
<false/>
3838
<key>FacebookAutoInitEnabled</key>

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "campus",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

0 commit comments

Comments
 (0)