Skip to content

Commit

Permalink
Bump the engine version to 1.1.0 (#2740)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingtang10 authored Nov 27, 2024
1 parent ce5a2f7 commit d37ef08
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 @@ -48,7 +48,7 @@ object Releases {

object Engine : LibraryArtifact {
override val artifactId = "engine"
override val version = "1.0.0"
override val version = "1.1.0"
override val name = "Android FHIR Engine 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.0.0/index.html)
* [Engine](api/engine/1.1.0/index.html)
* [Data Capture](api/data-capture/1.2.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 d37ef08

Please sign in to comment.