diff --git a/native/android/app/build.gradle b/native/android/app/build.gradle index a73a98eb51..8305a9c9a0 100644 --- a/native/android/app/build.gradle +++ b/native/android/app/build.gradle @@ -433,8 +433,8 @@ android { applicationId 'app.comm.android' minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 128 - versionName '1.0.128' + versionCode 129 + versionName '1.0.129' missingDimensionStrategy 'react-native-camera', 'general' multiDexEnabled true } diff --git a/native/ios/Comm/Info.debug.plist b/native/ios/Comm/Info.debug.plist index 5cc0003a0a..ea2cdb02be 100644 --- a/native/ios/Comm/Info.debug.plist +++ b/native/ios/Comm/Info.debug.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.128 + 1.0.129 CFBundleSignature ???? CFBundleVersion - 128 + 129 LSApplicationQueriesSchemes org-appextension-feature-password-management diff --git a/native/ios/Comm/Info.release.plist b/native/ios/Comm/Info.release.plist index b2c437272b..5e21ec3e0d 100644 --- a/native/ios/Comm/Info.release.plist +++ b/native/ios/Comm/Info.release.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.128 + 1.0.129 CFBundleSignature ???? CFBundleVersion - 128 + 129 LSApplicationQueriesSchemes org-appextension-feature-password-management diff --git a/native/redux/persist.js b/native/redux/persist.js index e6f1e8fac0..c9605d9e0f 100644 --- a/native/redux/persist.js +++ b/native/redux/persist.js @@ -381,7 +381,7 @@ const persistConfig = { timeout: ((__DEV__ ? 0 : undefined): number | void), }; -const codeVersion = 128; +const codeVersion = 129; // This local exists to avoid a circular dependency where redux-setup needs to // import all the navigation and screen stuff, but some of those screens want to