Release v6.6.0

This commit is contained in:
github-actions[bot] 2026-04-20 02:23:33 +00:00
parent ad90b88734
commit c4e30b4f3e
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 605000
versionName "6.5.0"
versionCode 606000
versionName "6.6.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.5.0",
"version": "6.6.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.5.0",
"version": "6.6.0",
"description": "AI-powered pediatric clinical documentation platform",
"main": "server.js",
"scripts": {