Release v7.2.1

This commit is contained in:
github-actions[bot] 2026-05-06 21:32:00 +00:00
parent c39630792b
commit ed76107a2b
3 changed files with 4 additions and 4 deletions

View file

@ -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.

View file

@ -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": {

View file

@ -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": {