Skip to content

Commit

Permalink
Bump the engine version to 1.2.0 (#2776)
Browse files Browse the repository at this point in the history
* Bump the engine version to 1.2.0

* spotless apply
  • Loading branch information
MJ1998 authored Jan 29, 2025
1 parent ecf949a commit b483ed0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Releases.kt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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"
}

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.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)

0 comments on commit b483ed0

Please sign in to comment.