From a041c806f9f8db457636c90bd0c26f5c21147c7b Mon Sep 17 00:00:00 2001 From: soumen0818 Date: Sun, 30 Aug 2026 11:09:16 +0530 Subject: [PATCH] chore(mobile): bump to 1.2.6 for the balance-fix build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The balance fix (f82f463) shipped in a build still labelled 1.2.5 — the same version as the previously published APK, which does not contain it. Two different binaries under one version number means a tester on the old build has no way to tell they are missing the fix, and Android may not offer to install over it. The fix is the first thing a reviewer will check after reading the feedback table, so the version needs to identify it. Co-Authored-By: Claude Opus 5 --- mobile/app.json | 2 +- mobile/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/app.json b/mobile/app.json index 706b9ed..3549f83 100644 --- a/mobile/app.json +++ b/mobile/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Prova", "slug": "prova-mobile", - "version": "1.2.5", + "version": "1.2.6", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "provamobile", diff --git a/mobile/package.json b/mobile/package.json index 799604d..6e10c90 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -1,7 +1,7 @@ { "name": "prova-mobile", "main": "expo-router/entry", - "version": "1.2.5", + "version": "1.2.6", "dependencies": { "@expo-google-fonts/urbanist": "^0.4.2", "@expo/ui": "~56.0.26",