diff --git a/Cargo.toml b/Cargo.toml index 02e4540..37cbc64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rnote" -version = "0.1.0" +version = "0.1.1" authors = ["Volodymyr Patuta <6977238-fiplox@users.noreply.gitlab.com>"] edition = "2018" diff --git a/src/rnote/app.rs b/src/rnote/app.rs index a0ecf46..03a5820 100644 --- a/src/rnote/app.rs +++ b/src/rnote/app.rs @@ -3,8 +3,8 @@ pub use clap::{App, AppSettings, Arg, SubCommand}; /// Initialize all possible arguments. pub fn make_app() -> App<'static, 'static> { App::new("rnote") - .version("0.1.0") - .author("Volodymyr Patuta ") + .version("0.1.1") + .author("Volodymyr Patuta") .about("Minimal note talking cli tool.") .setting(AppSettings::ArgRequiredElseHelp) .subcommand(