From 53dd74a68d086119f0c0b884e7365253a1d2bdbc Mon Sep 17 00:00:00 2001 From: Volodymyr Patuta <90917-fiplox@users.noreply.framagit.org> Date: Mon, 25 Jan 2021 21:38:25 +0100 Subject: [PATCH 1/2] Update Cargo.toml -> version 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From 9260220e62821bed9573a3a3e91efc8af9a5c9c8 Mon Sep 17 00:00:00 2001 From: Volodymyr Patuta <90917-fiplox@users.noreply.framagit.org> Date: Mon, 25 Jan 2021 21:39:31 +0100 Subject: [PATCH 2/2] Update app.rs -> version 0.1.1 --- src/rnote/app.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(