Skip to content

Commit

Permalink
Bump engine version to 0.1.0-alpha04 (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingtang10 committed Sep 10, 2021
1 parent 45a3d5e commit 6c866af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ afterEvaluate {
from(components["release"])
artifactId = "engine"
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 6c866af

Please sign in to comment.