We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be94dd5 commit 66e14eaCopy full SHA for 66e14ea
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.2.0"
+ override val version = "1.3.0"
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.2.0/index.html)
+* [Data Capture](api/data-capture/1.3.0/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