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(