diff --git a/Cargo.toml b/Cargo.toml index c3cfbd5..90936c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ license = "GPL-3.0-or-later" name = "crypto-candlesticks-rust" readme = "README.md" repository = "https://github.com/Corfucinas/crypto-candlesticks-rust" -version = "0.1.4" +version = "0.1.5" [profile.release] codegen-units = 1 diff --git a/src/main.rs b/src/main.rs index 84851f0..1aa3edb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -188,7 +188,7 @@ fn main() -> Result<(), &'static dyn Error> { verify_arguments_from_app_instance( App::new("crypto-candlesticks-rust") .author("Pedro Torres") - .version("0.1.2") + .version("0.1.5") .after_help(repo_info()) .about(info()) .arg(symbol())