From 82be1ff4e4067975c61e8864e674f6b9935c863d Mon Sep 17 00:00:00 2001 From: Juliano Lazzarotto <30806844+stackchain@users.noreply.github.com> Date: Tue, 30 Jul 2024 13:29:04 +0100 Subject: [PATCH] chore(wallet-mobile): bump versions --- apps/wallet-mobile/android/app/build.gradle | 2 +- apps/wallet-mobile/ios/nightly.plist | 2 +- apps/wallet-mobile/ios/yoroi/Info.plist | 2 +- apps/wallet-mobile/ios/yoroiTests/Info.plist | 2 +- apps/wallet-mobile/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/wallet-mobile/android/app/build.gradle b/apps/wallet-mobile/android/app/build.gradle index 57bec52041..00661e3247 100644 --- a/apps/wallet-mobile/android/app/build.gradle +++ b/apps/wallet-mobile/android/app/build.gradle @@ -109,7 +109,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 689 - versionName "4.27.0" + versionName "4.28.0" testBuildType System.getProperty('testBuildType', 'debug') testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } diff --git a/apps/wallet-mobile/ios/nightly.plist b/apps/wallet-mobile/ios/nightly.plist index 7faf38607e..983cbca1ae 100644 --- a/apps/wallet-mobile/ios/nightly.plist +++ b/apps/wallet-mobile/ios/nightly.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 4.27.0 + 4.28.0 CFBundleSignature ???? CFBundleVersion diff --git a/apps/wallet-mobile/ios/yoroi/Info.plist b/apps/wallet-mobile/ios/yoroi/Info.plist index 8cf4a061b4..af25b8a768 100644 --- a/apps/wallet-mobile/ios/yoroi/Info.plist +++ b/apps/wallet-mobile/ios/yoroi/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 4.27.0 + 4.28.0 CFBundleSignature ???? CFBundleURLTypes diff --git a/apps/wallet-mobile/ios/yoroiTests/Info.plist b/apps/wallet-mobile/ios/yoroiTests/Info.plist index b33b65ff30..9b35fbc2e0 100644 --- a/apps/wallet-mobile/ios/yoroiTests/Info.plist +++ b/apps/wallet-mobile/ios/yoroiTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 4.27.0 + 4.28.0 CFBundleSignature ???? CFBundleVersion diff --git a/apps/wallet-mobile/package.json b/apps/wallet-mobile/package.json index aacf251675..fb35f805ac 100644 --- a/apps/wallet-mobile/package.json +++ b/apps/wallet-mobile/package.json @@ -1,6 +1,6 @@ { "name": "@yoroi/wallet-mobile", - "version": "4.27.1", + "version": "4.28.0", "private": true, "scripts": { "android-bundle": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res",