Skip to content

Commit d04a046

Browse files
committed
Update example in README to 0.3
1 parent 27f5e47 commit d04a046

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You should only include the release that you really need, as this signigicantly
3737

3838
```toml
3939
[dependencies]
40-
fhirbolt = { version = "0.2", features = ["r4b"] }
40+
fhirbolt = { version = "0.3", features = ["r4b"] }
4141
```
4242

4343
## Example

fhirbolt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fhirbolt"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
authors = ["Lukas Schmierer <lukas.schmierer@lschmierer.de>"]
66
description = "FHIR library"

0 commit comments

Comments
 (0)