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