Skip to content

Commit 7047027

Browse files
committed
Bump API version to 1.64.0 and Android app version to 1.39.0 (versionCode 155).
1 parent 540e761 commit 7047027

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "com.compassconnections.app"
1212
minSdkVersion rootProject.ext.minSdkVersion
1313
targetSdkVersion rootProject.ext.targetSdkVersion
14-
versionCode 154
15-
versionName "1.38.0"
14+
versionCode 155
15+
versionName "1.39.0"
1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
aaptOptions {
1818
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

backend/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compass/api",
3-
"version": "1.63.0",
3+
"version": "1.64.0",
44
"private": true,
55
"description": "Backend API endpoints",
66
"main": "src/serve.ts",

0 commit comments

Comments
 (0)