From 1075cebb5ed662dc04c988624ce2a90351758297 Mon Sep 17 00:00:00 2001 From: Robin Arnold <1297660+RRArny@users.noreply.github.com> Date: Sun, 13 Oct 2024 17:44:23 +0200 Subject: [PATCH] Bumped version to 1.0.1 in cargo.toml. --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7c1ec09..244b6e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1616,7 +1616,7 @@ dependencies = [ [[package]] name = "wxfetch" -version = "1.0.0" +version = "1.0.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 919796a..842f45b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wxfetch" -version = "1.0.0" +version = "1.0.1" edition = "2021" authors = ["Robin Arnold"] description = "Console utility for accessing aviation weather information from the command line."