Release v7.2.0

This commit is contained in:
github-actions[bot] 2026-05-06 21:29:30 +00:00
parent 605e76b14c
commit 6c9ef4cef9
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 701005
versionName "7.1.5"
versionCode 702000
versionName "7.2.0"
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.1.5",
"version": "7.2.0",
"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.1.5",
"version": "7.2.0",
"description": "AI-powered pediatric clinical documentation platform",
"main": "server.js",
"scripts": {