Skip to content

Commit

Permalink
Bump up the SDC lib version to 0.1.0-alpha04 (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingtang10 committed Aug 23, 2021
1 parent edc6810 commit c80f603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datacapture/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ afterEvaluate {
from(components["release"])
artifactId = "data-capture"
groupId = "com.google.android.fhir"
version = "0.1.0-alpha03"
version = "0.1.0-alpha04"
// Also publish source code for developers' convenience
artifact(
tasks.create<Jar>("androidSourcesJar") {
Expand Down

0 comments on commit c80f603

Please sign in to comment.