Release v6.9.0

This commit is contained in:
github-actions[bot] 2026-04-21 23:01:09 +00:00
parent 896b7c4788
commit 1a3c6d312f
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 608000
versionName "6.8.0"
versionCode 609000
versionName "6.9.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": "6.8.0",
"version": "6.9.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": "6.8.0",
"version": "6.9.0",
"description": "AI-powered pediatric clinical documentation platform",
"main": "server.js",
"scripts": {