From 9091b4d0ac6b04bfa54fde2f4e0a197aa1e1b2ce Mon Sep 17 00:00:00 2001 From: iancleary Date: Tue, 16 Jan 2024 20:27:14 -0700 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df95260..d663851 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "linkbudget" -version = "0.0.6" +version = "0.0.7" diff --git a/Cargo.toml b/Cargo.toml index 432b8a0..ebda93b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,10 +5,9 @@ documentation = "https://docs.rs/linkbudget" edition = "2021" homepage = "https://github.com/iancleary/linkbudget" license = "MIT" -license-file = "LICENSE" name = "linkbudget" repository = "https://github.com/iancleary/linkbudget" -version = "0.0.6" +version = "0.0.7" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html