Skip to content

Commit

Permalink
Bump up the sdc library version to 0.1.0-beta04 (google#1547)
Browse files Browse the repository at this point in the history
* Bump up the sdc library version to 0.1.0-beta04

* Run spotless
  • Loading branch information
jingtang10 committed Aug 8, 2022
1 parent 1c0b700 commit 992eaf5
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 2021 Google LLC
* Copyright 2022 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 @@ -53,7 +53,7 @@ object Releases {

object DataCapture : LibraryArtifact {
override val artifactId = "data-capture"
override val version = "0.1.0-beta03"
override val version = "0.1.0-beta04"
override val name = "Android FHIR Structured Data Capture Library"
}

Expand Down

0 comments on commit 992eaf5

Please sign in to comment.