From ed76107a2b975ea23f5c4db36b50435dc0da87cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 21:32:00 +0000 Subject: [PATCH] Release v7.2.1 --- mobile/android/app/build.gradle | 4 ++-- mobile/package.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mobile/android/app/build.gradle b/mobile/android/app/build.gradle index 3d71e7e..65f90bd 100644 --- a/mobile/android/app/build.gradle +++ b/mobile/android/app/build.gradle @@ -9,8 +9,8 @@ android { targetSdkVersion rootProject.ext.targetSdkVersion // Version values below are overwritten by scripts/release.sh from // the root package.json. versionCode auto-increments per release. - versionCode 702000 - versionName "7.2.0" + versionCode 702001 + versionName "7.2.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/mobile/package.json b/mobile/package.json index a5f70ce..9ab680e 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -1,6 +1,6 @@ { "name": "pedscribe-mobile", - "version": "7.2.0", + "version": "7.2.1", "description": "PedScribe native mobile app — Capacitor wrapper for Pediatric AI Scribe", "private": true, "scripts": { diff --git a/package.json b/package.json index 641bab2..2229484 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pediatric-ai-scribe", - "version": "7.2.0", + "version": "7.2.1", "description": "AI-powered pediatric clinical documentation platform", "main": "server.js", "scripts": {