Skip to content

Commit 49445f1

Browse files
committed
0.0.17
1 parent 9b6537b commit 49445f1

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ android {
132132
applicationId "org.pathcheck.healthpassport.reader"
133133
minSdkVersion rootProject.ext.minSdkVersion
134134
targetSdkVersion rootProject.ext.targetSdkVersion
135-
versionCode 14
136-
versionName "0.0.16"
135+
versionCode 15
136+
versionName "0.0.17"
137137
missingDimensionStrategy 'react-native-camera', 'general'
138138
multiDexEnabled true // <-- ADD THIS in the defaultConfig section
139139
}

ios/VaccineCertificateTrackingApp-tvOS/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.0.16</string>
18+
<string>0.0.17</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>14</string>
22+
<string>15</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true />
2525
<key>NSAppTransportSecurity</key>

ios/VaccineCertificateTrackingApp-tvOSTests/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.0.16</string>
18+
<string>0.0.17</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>14</string>
22+
<string>15</string>
2323
</dict>
2424
</plist>

ios/VaccineCertificateTrackingApp.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@
747747
buildSettings = {
748748
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
749749
CLANG_ENABLE_MODULES = YES;
750-
CURRENT_PROJECT_VERSION = 14;
750+
CURRENT_PROJECT_VERSION = 15;
751751
ENABLE_BITCODE = NO;
752752
INFOPLIST_FILE = VaccineCertificateTrackingApp/Info.plist;
753753
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -770,7 +770,7 @@
770770
buildSettings = {
771771
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
772772
CLANG_ENABLE_MODULES = YES;
773-
CURRENT_PROJECT_VERSION = 14;
773+
CURRENT_PROJECT_VERSION = 15;
774774
INFOPLIST_FILE = VaccineCertificateTrackingApp/Info.plist;
775775
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
776776
OTHER_LDFLAGS = (

ios/VaccineCertificateTrackingApp/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.0.16</string>
20+
<string>0.0.17</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>14</string>
24+
<string>15</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true />
2727
<key>NSCameraUsageDescription</key>

ios/VaccineCertificateTrackingAppTests/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.0.16</string>
18+
<string>0.0.17</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>14</string>
22+
<string>15</string>
2323
</dict>
2424
</plist>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "VaccineCertificateTrackingApp",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

0 commit comments

Comments
 (0)