diff --git a/android/app/build.gradle b/android/app/build.gradle
index 457550b..3ea7c67 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -150,8 +150,8 @@ android {
applicationId 'fr.amicaleinsat.application'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 45
- versionName "4.1.0"
+ versionCode 46
+ versionName "5.0.0-0"
missingDimensionStrategy 'react-native-camera', 'general'
}
splits {
diff --git a/ios/Campus/Info.plist b/ios/Campus/Info.plist
index 54b1d12..96bac1c 100644
--- a/ios/Campus/Info.plist
+++ b/ios/Campus/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- $(MARKETING_VERSION)
+ 5.0.0
CFBundleSignature
????
CFBundleURLTypes
@@ -30,25 +30,25 @@
CFBundleVersion
- $(CURRENT_PROJECT_VERSION)
+ 1
FacebookAdvertiserIDCollectionEnabled
-
+
FacebookAutoInitEnabled
-
+
FacebookAutoLogAppEventsEnabled
-
+
LSRequiresIPhoneOS
-
+
NSAppTransportSecurity
NSAllowsArbitraryLoads
-
+
NSExceptionDomains
localhost
NSExceptionAllowsInsecureHTTPLoads
-
+
@@ -65,7 +65,7 @@
armv7
UIRequiresFullScreen
-
+
UISupportedInterfaceOrientations
UIInterfaceOrientationPortrait
@@ -74,6 +74,6 @@
UIUserInterfaceStyle
Automatic
UIViewControllerBasedStatusBarAppearance
-
+
diff --git a/package-lock.json b/package-lock.json
index af562a7..9b73521 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "campus",
- "version": "4.1.0",
+ "version": "5.0.0-0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 2eef2cf..1f3b095 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "campus",
- "version": "4.1.0",
+ "version": "5.0.0-0",
"private": true,
"scripts": {
"android": "react-native run-android",