This commit is contained in:
MartinBraquet
2026-03-19 17:04:18 +01:00
parent bdafa43472
commit be22658883
2 changed files with 3 additions and 3 deletions

View File

@@ -11,8 +11,8 @@ android {
applicationId "com.compassconnections.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 70
versionName "1.12.1"
versionCode 71
versionName "1.13.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": "@compass/api",
"version": "1.27.0",
"version": "1.28.0",
"private": true,
"description": "Backend API endpoints",
"main": "src/serve.ts",