diff --git a/android/app/build.gradle b/android/app/build.gradle index 0e0510a..e44c004 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -134,8 +134,8 @@ android { applicationId "com.smartcar" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 3 - versionName "0.2.4" + versionCode 4 + versionName "0.2.5" missingDimensionStrategy 'react-native-camera', 'general' } splits { diff --git a/ios/AwesomeProject/Info.plist b/ios/AwesomeProject/Info.plist index 78a729e..19c32da 100644 --- a/ios/AwesomeProject/Info.plist +++ b/ios/AwesomeProject/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.2.4 + 0.2.5 CFBundleSignature ???? CFBundleVersion - 2 + 3 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/ios/AwesomeProjectTests/Info.plist b/ios/AwesomeProjectTests/Info.plist index 954b050..62a2f10 100644 --- a/ios/AwesomeProjectTests/Info.plist +++ b/ios/AwesomeProjectTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.2.4 + 0.2.5 CFBundleSignature ???? CFBundleVersion - 2 + 3 diff --git a/package.json b/package.json index eed80b4..b20ff38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smartcar", - "version": "0.2.4", + "version": "0.2.5", "private": true, "scripts": { "android": "react-native run-android",