Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lschmierer committed Mar 15, 2023
1 parent c9d0fc9 commit 01971fc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fhirbolt-model/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fhirbolt-model"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Lukas Schmierer <[email protected]>"]
description = "Internal model library of the fhirbolt project"
Expand Down
2 changes: 1 addition & 1 deletion fhirbolt-serde/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fhirbolt-serde"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Lukas Schmierer <[email protected]>"]
description = "Internal serde library of the fhirbolt project"
Expand Down
2 changes: 1 addition & 1 deletion fhirbolt-shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fhirbolt-shared"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Lukas Schmierer <[email protected]>"]
description = "Internal shared library of the fhirbolt project"
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.1.0"
version = "0.1.2"
edition = "2021"
authors = ["Lukas Schmierer <[email protected]>"]
description = "FHIR library"
Expand Down

0 comments on commit 01971fc

Please sign in to comment.