diff --git a/fusionMobile/app.config.ts b/fusionMobile/app.config.ts index af1e672e..dc43296a 100644 --- a/fusionMobile/app.config.ts +++ b/fusionMobile/app.config.ts @@ -4,7 +4,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({ ...config, name: "Fusion", slug: "fusion", - version: "1.0.0", + version: "1.1.0", orientation: "portrait", icon: "./assets/icon.png", backgroundColor: "#0B0816", @@ -20,7 +20,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({ ios: { supportsTablet: true, bundleIdentifier: "com.neurofusion.fusion", - buildNumber: "50", + buildNumber: "1", backgroundColor: "#0B0816", }, android: { diff --git a/fusionMobile/ios/Fusion/Info.plist b/fusionMobile/ios/Fusion/Info.plist index cbd83b74..cbd71021 100644 --- a/fusionMobile/ios/Fusion/Info.plist +++ b/fusionMobile/ios/Fusion/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.0.0 + 1.1.0 CFBundleSignature ???? CFBundleURLTypes @@ -36,7 +36,7 @@ CFBundleVersion - 50 + 1 LSRequiresIPhoneOS NSAppTransportSecurity