diff --git a/native/android/app/build.gradle b/native/android/app/build.gradle index d6b148450f..096e20eb7b 100644 --- a/native/android/app/build.gradle +++ b/native/android/app/build.gradle @@ -434,8 +434,8 @@ android { applicationId 'app.comm.android' minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 130 - versionName '1.0.130' + versionCode 131 + versionName '1.0.131' missingDimensionStrategy 'react-native-camera', 'general' multiDexEnabled true } diff --git a/native/cpp/CommonCpp/NativeModules/CommCoreModule.h b/native/cpp/CommonCpp/NativeModules/CommCoreModule.h index 337f1ef6a8..491f938f7a 100644 --- a/native/cpp/CommonCpp/NativeModules/CommCoreModule.h +++ b/native/cpp/CommonCpp/NativeModules/CommCoreModule.h @@ -13,7 +13,7 @@ namespace comm { namespace jsi = facebook::jsi; class CommCoreModule : public facebook::react::CommCoreModuleSchemaCxxSpecJSI { - const int codeVersion{130}; + const int codeVersion{131}; std::unique_ptr databaseThread; std::unique_ptr cryptoThread; diff --git a/native/ios/Comm/Info.debug.plist b/native/ios/Comm/Info.debug.plist index 6dcd52f455..0b17e70bf4 100644 --- a/native/ios/Comm/Info.debug.plist +++ b/native/ios/Comm/Info.debug.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.130 + 1.0.131 CFBundleSignature ???? CFBundleVersion - 130 + 131 LSApplicationQueriesSchemes org-appextension-feature-password-management diff --git a/native/ios/Comm/Info.release.plist b/native/ios/Comm/Info.release.plist index e02f046bbb..dea4dbc550 100644 --- a/native/ios/Comm/Info.release.plist +++ b/native/ios/Comm/Info.release.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.130 + 1.0.131 CFBundleSignature ???? CFBundleVersion - 130 + 131 LSApplicationQueriesSchemes org-appextension-feature-password-management