Skip to content

Commit

Permalink
build: bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
oreHGA committed Aug 31, 2023
1 parent 5aa0536 commit d9b4dad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions fusionMobile/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -20,7 +20,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
ios: {
supportsTablet: true,
bundleIdentifier: "com.neurofusion.fusion",
buildNumber: "50",
buildNumber: "1",
backgroundColor: "#0B0816",
},
android: {
Expand Down
4 changes: 2 additions & 2 deletions fusionMobile/ios/Fusion/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -36,7 +36,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>50</string>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down

1 comment on commit d9b4dad

@vercel
Copy link

@vercel vercel bot commented on d9b4dad Aug 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

fusion – ./neurofusion/next-client

fusion-neurofusion-research-inc.vercel.app
fusion-git-master-neurofusion-research-inc.vercel.app
usefusion.app
www.usefusion.app

Please sign in to comment.