From f7e30f5241c6073e803ba84a7509cc50fb7deebf Mon Sep 17 00:00:00 2001
From: Juliano Lazzarotto <30806844+stackchain@users.noreply.github.com>
Date: Wed, 10 Apr 2024 13:51:38 +0100
Subject: [PATCH] release(wallet-mobile): bump version 4.27.0
---
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 5357075889..2dc40fad8c 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 639
- versionName "4.26.0"
+ versionName "4.27.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 e72033a19e..50c8991943 100644
--- a/apps/wallet-mobile/ios/nightly.plist
+++ b/apps/wallet-mobile/ios/nightly.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 4.26.0
+ 4.27.0
CFBundleSignature
????
CFBundleVersion
diff --git a/apps/wallet-mobile/ios/yoroi/Info.plist b/apps/wallet-mobile/ios/yoroi/Info.plist
index 24a0fc139f..41602a60c5 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.26.0
+ 4.27.0
CFBundleSignature
????
CFBundleURLTypes
diff --git a/apps/wallet-mobile/ios/yoroiTests/Info.plist b/apps/wallet-mobile/ios/yoroiTests/Info.plist
index ab97dd973b..ea61b09d19 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.26.0
+ 4.27.0
CFBundleSignature
????
CFBundleVersion
diff --git a/apps/wallet-mobile/package.json b/apps/wallet-mobile/package.json
index 7ac0022ca4..7565e0224d 100644
--- a/apps/wallet-mobile/package.json
+++ b/apps/wallet-mobile/package.json
@@ -1,6 +1,6 @@
{
"name": "@yoroi/wallet-mobile",
- "version": "4.26.0",
+ "version": "4.27.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",