Skip to content

Commit fd6956f

Browse files
committed
6.2.0
1 parent 3ac53fb commit fd6956f

4 files changed

Lines changed: 7 additions & 7 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 98
125-
versionName "6.1.4"
124+
versionCode 99
125+
versionName "6.2.0"
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.1.4</string>
22+
<string>6.2.0</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>53</string>
35+
<string>54</string>
3636
<key>FacebookAdvertiserIDCollectionEnabled</key>
3737
<false />
3838
<key>FacebookAutoInitEnabled</key>

package-lock.json

Lines changed: 2 additions & 2 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.1.4",
3+
"version": "6.2.0",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

0 commit comments

Comments
 (0)