Merge branch 'main' of framagit.org:fiplox/rnote

This commit is contained in:
Volodymyr Patuta 2021-02-11 12:41:56 +01:00
commit f9fc6ea5f7
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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 <vpatuta AT protonmail DOT com>")
.version("0.1.1")
.author("Volodymyr Patuta")
.about("Minimal note talking cli tool.")
.setting(AppSettings::ArgRequiredElseHelp)
.subcommand(