diff --git a/native/android/app/build.gradle b/native/android/app/build.gradle index 3899f4a6ad..028be6aa61 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 112 - versionName '1.0.112' + versionCode 113 + versionName '1.0.113' missingDimensionStrategy 'react-native-camera', 'general' multiDexEnabled true } diff --git a/native/ios/Comm/Info.debug.plist b/native/ios/Comm/Info.debug.plist index b5336453b9..9c05c9fcb8 100644 --- a/native/ios/Comm/Info.debug.plist +++ b/native/ios/Comm/Info.debug.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.112 + 1.0.113 CFBundleSignature ???? CFBundleVersion - 112 + 113 LSApplicationQueriesSchemes org-appextension-feature-password-management diff --git a/native/ios/Comm/Info.release.plist b/native/ios/Comm/Info.release.plist index 3fe48aeeca..cdf8c418d5 100644 --- a/native/ios/Comm/Info.release.plist +++ b/native/ios/Comm/Info.release.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.112 + 1.0.113 CFBundleSignature ???? CFBundleVersion - 112 + 113 LSApplicationQueriesSchemes org-appextension-feature-password-management diff --git a/native/redux/persist.js b/native/redux/persist.js index 3266a82f0c..c6b31b6cd1 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 = 112; +const codeVersion = 113; // 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