From d04a0462086f1e03308632d9c3174b8430b77644 Mon Sep 17 00:00:00 2001 From: Lukas Schmierer Date: Fri, 21 Apr 2023 16:52:30 +0200 Subject: [PATCH] Update example in README to 0.3 --- README.md | 2 +- fhirbolt/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2989050e..33e8d6fb 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ You should only include the release that you really need, as this signigicantly ```toml [dependencies] -fhirbolt = { version = "0.2", features = ["r4b"] } +fhirbolt = { version = "0.3", features = ["r4b"] } ``` ## Example diff --git a/fhirbolt/Cargo.toml b/fhirbolt/Cargo.toml index e69200c7..ed5da77e 100644 --- a/fhirbolt/Cargo.toml +++ b/fhirbolt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fhirbolt" -version = "0.3.0" +version = "0.3.1" edition = "2021" authors = ["Lukas Schmierer "] description = "FHIR library"