We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937d255 commit b35d4a5Copy full SHA for b35d4a5
buildSrc/src/main/kotlin/Releases.kt
@@ -54,7 +54,7 @@ object Releases {
54
55
object DataCapture : LibraryArtifact {
56
override val artifactId = "data-capture"
57
- override val version = "1.3.0"
+ override val version = "1.3.1"
58
override val name = "Android FHIR Structured Data Capture Library"
59
}
60
docs/use/api.md
@@ -1,6 +1,6 @@
1
# API
2
3
* [Engine](api/engine/1.2.0/index.html)
4
-* [Data Capture](api/data-capture/1.3.0/index.html)
+* [Data Capture](api/data-capture/1.3.1/index.html)
5
* [Workflow](api/workflow/0.1.0-beta01/index.html)
6
* [Knowledge](api/knowledge/0.1.0-beta01/index.html)
0 commit comments