diff --git a/mobile/android/app/build.gradle b/mobile/android/app/build.gradle index d98c01d..3d1bcb5 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 617000 - versionName "6.17.0" + versionCode 617001 + versionName "6.17.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 06f8b82..728e39c 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -1,6 +1,6 @@ { "name": "pedscribe-mobile", - "version": "6.17.0", + "version": "6.17.1", "description": "PedScribe native mobile app — Capacitor wrapper for Pediatric AI Scribe", "private": true, "scripts": { diff --git a/package.json b/package.json index e0b779c..52abe42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pediatric-ai-scribe", - "version": "6.17.0", + "version": "6.17.1", "description": "AI-powered pediatric clinical documentation platform", "main": "server.js", "scripts": {