Skip to content

Commit 674cdcc

Browse files
authored
Bump the library version to 1.0.0-beta04 (#91)
* Bump the library version to 1.0.0-beta04 * Update README.md
1 parent f05fe9c commit 674cdcc

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -313,10 +313,10 @@ kotlin {
313313
sourceSets {
314314
commonMain.dependencies {
315315
// Use only the FHIR version(s) you need:
316-
implementation("dev.ohs.fhir:fhir-path-r4:1.0.0-beta03")
316+
implementation("dev.ohs.fhir:fhir-path-r4:1.0.0-beta04")
317317
318318
// Or include all versions at once:
319-
// implementation("dev.ohs.fhir:fhir-path:1.0.0-beta03")
319+
// implementation("dev.ohs.fhir:fhir-path:1.0.0-beta04")
320320
}
321321
}
322322
}
@@ -331,10 +331,10 @@ For Android projects, add the dependency to the `dependencies` block in the modu
331331
// e.g., app/build.gradle.kts
332332
dependencies {
333333
// Use only the FHIR version(s) you need:
334-
implementation("dev.ohs.fhir:fhir-path-r4:1.0.0-beta03")
334+
implementation("dev.ohs.fhir:fhir-path-r4:1.0.0-beta04")
335335

336336
// Or include all versions at once:
337-
// implementation("dev.ohs.fhir:fhir-path:1.0.0-beta03")
337+
// implementation("dev.ohs.fhir:fhir-path:1.0.0-beta04")
338338
}
339339
```
340340

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ android.nonTransitiveRClass=true
1616
#Project
1717
mavenGroupId=dev.ohs.fhir
1818
mavenArtifactId=fhir-path
19-
mavenVersion=1.0.0-beta03
19+
mavenVersion=1.0.0-beta04
2020
androidNamespace=dev.ohs.fhir.fhirpath
2121

2222
#Kotest

0 commit comments

Comments
 (0)