diff --git a/android/app/build.gradle b/android/app/build.gradle
index fdb940d..535ad3d 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -132,8 +132,8 @@ android {
applicationId "org.pathcheck.healthpassport.reader"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 13
- versionName "0.0.15"
+ versionCode 14
+ versionName "0.0.16"
missingDimensionStrategy 'react-native-camera', 'general'
multiDexEnabled true // <-- ADD THIS in the defaultConfig section
}
diff --git a/ios/VaccineCertificateTrackingApp-tvOS/Info.plist b/ios/VaccineCertificateTrackingApp-tvOS/Info.plist
index b5e1fca..d5e396e 100644
--- a/ios/VaccineCertificateTrackingApp-tvOS/Info.plist
+++ b/ios/VaccineCertificateTrackingApp-tvOS/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.0.15
+ 0.0.16
CFBundleSignature
????
CFBundleVersion
- 13
+ 14
LSRequiresIPhoneOS
NSAppTransportSecurity
diff --git a/ios/VaccineCertificateTrackingApp-tvOSTests/Info.plist b/ios/VaccineCertificateTrackingApp-tvOSTests/Info.plist
index a5309ec..058e07c 100644
--- a/ios/VaccineCertificateTrackingApp-tvOSTests/Info.plist
+++ b/ios/VaccineCertificateTrackingApp-tvOSTests/Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 0.0.15
+ 0.0.16
CFBundleSignature
????
CFBundleVersion
- 13
+ 14
diff --git a/ios/VaccineCertificateTrackingApp.xcodeproj/project.pbxproj b/ios/VaccineCertificateTrackingApp.xcodeproj/project.pbxproj
index 3e8b878..fb48448 100644
--- a/ios/VaccineCertificateTrackingApp.xcodeproj/project.pbxproj
+++ b/ios/VaccineCertificateTrackingApp.xcodeproj/project.pbxproj
@@ -747,7 +747,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
- CURRENT_PROJECT_VERSION = 13;
+ CURRENT_PROJECT_VERSION = 14;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = VaccineCertificateTrackingApp/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -770,7 +770,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
- CURRENT_PROJECT_VERSION = 13;
+ CURRENT_PROJECT_VERSION = 14;
INFOPLIST_FILE = VaccineCertificateTrackingApp/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = (
diff --git a/ios/VaccineCertificateTrackingApp/Info.plist b/ios/VaccineCertificateTrackingApp/Info.plist
index af49495..80306d6 100644
--- a/ios/VaccineCertificateTrackingApp/Info.plist
+++ b/ios/VaccineCertificateTrackingApp/Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.0.15
+ 0.0.16
CFBundleSignature
????
CFBundleVersion
- 13
+ 14
LSRequiresIPhoneOS
NSCameraUsageDescription
diff --git a/ios/VaccineCertificateTrackingAppTests/Info.plist b/ios/VaccineCertificateTrackingAppTests/Info.plist
index a5309ec..058e07c 100644
--- a/ios/VaccineCertificateTrackingAppTests/Info.plist
+++ b/ios/VaccineCertificateTrackingAppTests/Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 0.0.15
+ 0.0.16
CFBundleSignature
????
CFBundleVersion
- 13
+ 14
diff --git a/package.json b/package.json
index 133e601..c780242 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "VaccineCertificateTrackingApp",
- "version": "0.0.15",
+ "version": "0.0.16",
"private": true,
"scripts": {
"android": "react-native run-android",