Skip to content

Commit

Permalink
Bump the DataCapture version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Santosh Pingle committed Jan 31, 2025
1 parent be94dd5 commit 740e9d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Releases.kt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ object Releases {

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

Expand Down
2 changes: 1 addition & 1 deletion docs/use/api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# API

* [Engine](api/engine/1.2.0/index.html)
* [Data Capture](api/data-capture/1.2.0/index.html)
* [Data Capture](api/data-capture/1.3.0/index.html)
* [Workflow](api/workflow/0.1.0-beta01/index.html)
* [Knowledge](api/knowledge/0.1.0-beta01/index.html)

0 comments on commit 740e9d8

Please sign in to comment.