From f4606ed25b5194b7eddee081309a764c25f4eea7 Mon Sep 17 00:00:00 2001 From: Ian Cleary Date: Mon, 11 Dec 2023 18:33:31 -0800 Subject: [PATCH] Bump version to 0.0.5 (#30) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab62c89..db8bf3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "linkbudget" -version = "0.0.4" +version = "0.0.5" diff --git a/Cargo.toml b/Cargo.toml index 63529b9..04cff54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "linkbudget" -version = "0.0.4" +version = "0.0.5" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html