From 45c687ebddcfd917c269f51e1348b146c87a39ab Mon Sep 17 00:00:00 2001 From: Jing Tang Date: Wed, 17 Jan 2024 16:48:32 +0000 Subject: [PATCH] Bump the SDC library release version to 1.1.0 (#2412) * Bump the SDC library release version to 1.1.0 * Run spotless apply --- buildSrc/src/main/kotlin/Releases.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildSrc/src/main/kotlin/Releases.kt b/buildSrc/src/main/kotlin/Releases.kt index 38cb8d700c..e53da77fd7 100644 --- a/buildSrc/src/main/kotlin/Releases.kt +++ b/buildSrc/src/main/kotlin/Releases.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2023-2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -54,7 +54,7 @@ object Releases { object DataCapture : LibraryArtifact { override val artifactId = "data-capture" - override val version = "1.0.0" + override val version = "1.1.0" override val name = "Android FHIR Structured Data Capture Library" }