From df8e3339fa46be33a7589887aa00535db61efad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Carrera?= Date: Wed, 5 Feb 2025 13:12:34 +0100 Subject: [PATCH] Update app.config.ts --- app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.config.ts b/app.config.ts index 10cc1e4bd..3cd695330 100644 --- a/app.config.ts +++ b/app.config.ts @@ -5,7 +5,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({ name: "NEAR Mobile", slug: "NEARMobileWallet", owner: "peersyst", - version: "1.8.3", + version: "1.8.4", orientation: "portrait", icon: "./assets/images/near-icon.png", scheme: "near-mobile-wallet",