From a2759c4ddd20236bde08a1bff518bd649ac06ee4 Mon Sep 17 00:00:00 2001 From: Robin Arnold <1297660+RRArny@users.noreply.github.com> Date: Thu, 17 Oct 2024 20:08:49 +0200 Subject: [PATCH] Bumped version to 1.1.0. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 244b6e5..aceaabb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1616,7 +1616,7 @@ dependencies = [ [[package]] name = "wxfetch" -version = "1.0.1" +version = "1.1.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 842f45b..3fd218d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wxfetch" -version = "1.0.1" +version = "1.1.0" edition = "2021" authors = ["Robin Arnold"] description = "Console utility for accessing aviation weather information from the command line."