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."