Skip to content

Commit b483ed0

Browse files
authored
Bump the engine version to 1.2.0 (#2776)
* Bump the engine version to 1.2.0 * spotless apply
1 parent ecf949a commit b483ed0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildSrc/src/main/kotlin/Releases.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023-2024 Google LLC
2+
* Copyright 2023-2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -48,7 +48,7 @@ object Releases {
4848

4949
object Engine : LibraryArtifact {
5050
override val artifactId = "engine"
51-
override val version = "1.1.0"
51+
override val version = "1.2.0"
5252
override val name = "Android FHIR Engine Library"
5353
}
5454

docs/use/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# API
22

3-
* [Engine](api/engine/1.1.0/index.html)
3+
* [Engine](api/engine/1.2.0/index.html)
44
* [Data Capture](api/data-capture/1.2.0/index.html)
55
* [Workflow](api/workflow/0.1.0-beta01/index.html)
66
* [Knowledge](api/knowledge/0.1.0-beta01/index.html)

0 commit comments

Comments
 (0)