From ecd16fc4874e7714edae717629796b839b895d1d Mon Sep 17 00:00:00 2001
From: Atul Madhugiri <atulm@berkeley.edu>
Date: Thu, 11 Nov 2021 17:47:55 -0500
Subject: [PATCH] [native] `codeVersion` -> 118

---
 native/android/app/build.gradle    | 4 ++--
 native/ios/Comm/Info.debug.plist   | 4 ++--
 native/ios/Comm/Info.release.plist | 4 ++--
 native/redux/persist.js            | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/native/android/app/build.gradle b/native/android/app/build.gradle
index 85446a3b0a..62cece9c24 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 117
-        versionName '1.0.117'
+        versionCode 118
+        versionName '1.0.118'
         missingDimensionStrategy 'react-native-camera', 'general'
         multiDexEnabled true
     }
diff --git a/native/ios/Comm/Info.debug.plist b/native/ios/Comm/Info.debug.plist
index 72a43f1ee0..4a45331fb3 100644
--- a/native/ios/Comm/Info.debug.plist
+++ b/native/ios/Comm/Info.debug.plist
@@ -19,11 +19,11 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.0.117</string>
+	<string>1.0.118</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>117</string>
+	<string>118</string>
 	<key>LSApplicationQueriesSchemes</key>
 	<array>
 		<string>org-appextension-feature-password-management</string>
diff --git a/native/ios/Comm/Info.release.plist b/native/ios/Comm/Info.release.plist
index 093b535591..0b785c6227 100644
--- a/native/ios/Comm/Info.release.plist
+++ b/native/ios/Comm/Info.release.plist
@@ -19,11 +19,11 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.0.117</string>
+	<string>1.0.118</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>117</string>
+	<string>118</string>
 	<key>LSApplicationQueriesSchemes</key>
 	<array>
 		<string>org-appextension-feature-password-management</string>
diff --git a/native/redux/persist.js b/native/redux/persist.js
index 2a8df651c0..66c626f8c2 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 = 117;
+const codeVersion = 118;
 
 // 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