Skip to content

Commit a97b57a

Browse files
authored
Merge pull request #308 from RADAR-base/release-4.4.10
Release 4.4.10
2 parents 716f46c + 52e96c8 commit a97b57a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

authorizer-app-backend/src/main/java/org/radarbase/authorizer/api/ApiDeclarations.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ data class OuraAuthUserId(
5656
val weight: Float? = null,
5757
val height: Float? = null,
5858
val biological_sex: String? = null,
59-
val email: String,
59+
val email: String? = null,
6060
@SerialName("id") val userId: String,
6161
)
6262

authorizer-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "authorizer-app",
3-
"version": "4.4.9",
3+
"version": "4.4.10",
44
"description": "Simple app to authorize to collect data from third party services ",
55
"repository": {
66
"type": "git",

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@Suppress("ConstPropertyName")
22
object Versions {
3-
const val project = "4.4.9"
3+
const val project = "4.4.10"
44

55
const val java = 17
66

0 commit comments

Comments
 (0)