Skip to content

Commit

Permalink
Update example in README to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lschmierer committed Apr 21, 2023
1 parent 27f5e47 commit d04a046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fhirbolt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fhirbolt"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = ["Lukas Schmierer <lukas.schmierer@lschmierer.de>"]
description = "FHIR library"
Expand Down

0 comments on commit d04a046

Please sign in to comment.