diff --git a/Cargo.toml b/Cargo.toml index bacc8ad..e013c4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nebby" -version = "0.1.3" +version = "0.1.4" edition = "2021" # Author and License Information diff --git a/src/main.rs b/src/main.rs index fbd2ebe..0a74eae 100644 --- a/src/main.rs +++ b/src/main.rs @@ -17,7 +17,7 @@ use tokio; use utils::create_progress_bar; #[derive(Parser, Debug)] -#[command(author = "Christopher Carlon", version = "0.1.3", about = "Nebby! Quickly review basic information about a range of different file formats", long_about = None)] +#[command(author = "Christopher Carlon", version = "0.1.4", about = "Nebby! Quickly review basic information about a range of different file formats", long_about = None)] struct Cli { #[command(subcommand)] command: Commands,