diff --git a/native/android/app/build.gradle b/native/android/app/build.gradle index 2ef0380ee8..3899f4a6ad 100644 --- a/native/android/app/build.gradle +++ b/native/android/app/build.gradle @@ -427,8 +427,8 @@ android { applicationId 'app.comm.android' minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 111 - versionName '1.0.111' + versionCode 112 + versionName '1.0.112' missingDimensionStrategy 'react-native-camera', 'general' multiDexEnabled true } diff --git a/native/ios/Comm/Info.debug.plist b/native/ios/Comm/Info.debug.plist index d4f60a4438..b5336453b9 100644 --- a/native/ios/Comm/Info.debug.plist +++ b/native/ios/Comm/Info.debug.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.111 + 1.0.112 CFBundleSignature ???? CFBundleVersion - 111 + 112 LSApplicationQueriesSchemes org-appextension-feature-password-management diff --git a/native/ios/Comm/Info.release.plist b/native/ios/Comm/Info.release.plist index 06fadc4c9d..3fe48aeeca 100644 --- a/native/ios/Comm/Info.release.plist +++ b/native/ios/Comm/Info.release.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.111 + 1.0.112 CFBundleSignature ???? CFBundleVersion - 111 + 112 LSApplicationQueriesSchemes org-appextension-feature-password-management diff --git a/native/redux/persist.js b/native/redux/persist.js index f46aa2eafc..3266a82f0c 100644 --- a/native/redux/persist.js +++ b/native/redux/persist.js @@ -359,7 +359,7 @@ const persistConfig = { timeout: ((__DEV__ ? 0 : undefined): number | void), }; -const codeVersion = 111; +const codeVersion = 112; // 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