From b483ed05023912312ca3b4ea0fcc9d82b25a9acd Mon Sep 17 00:00:00 2001 From: Madhuram Jajoo Date: Wed, 29 Jan 2025 09:45:54 +0530 Subject: [PATCH] Bump the engine version to 1.2.0 (#2776) * Bump the engine version to 1.2.0 * spotless apply --- buildSrc/src/main/kotlin/Releases.kt | 4 ++-- docs/use/api.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buildSrc/src/main/kotlin/Releases.kt b/buildSrc/src/main/kotlin/Releases.kt index 4a5a54d064..c11dadf00c 100644 --- a/buildSrc/src/main/kotlin/Releases.kt +++ b/buildSrc/src/main/kotlin/Releases.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023-2024 Google LLC + * Copyright 2023-2025 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -48,7 +48,7 @@ object Releases { object Engine : LibraryArtifact { override val artifactId = "engine" - override val version = "1.1.0" + override val version = "1.2.0" override val name = "Android FHIR Engine Library" } diff --git a/docs/use/api.md b/docs/use/api.md index 84f73cc8d8..3e0087476b 100644 --- a/docs/use/api.md +++ b/docs/use/api.md @@ -1,6 +1,6 @@ # API -* [Engine](api/engine/1.1.0/index.html) +* [Engine](api/engine/1.2.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)