Skip to content

Commit

Permalink
Bump the SDC library release version to 1.1.0 (#2412)
Browse files Browse the repository at this point in the history
* Bump the SDC library release version to 1.1.0

* Run spotless apply
  • Loading branch information
jingtang10 committed Jan 17, 2024
1 parent 110d62e commit 45c687e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Releases.kt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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"
}

Expand Down

0 comments on commit 45c687e

Please sign in to comment.