chore(version): bump to v0.1.2 #9

Merged
cafkafk merged 6 commits from dev into main 2023-07-03 18:22:49 +02:00
2 changed files with 11 additions and 10 deletions
Showing only changes of commit 7dc68e9a3f - Show all commits

View file

@ -25,7 +25,8 @@ const CONFIG_FILE: &str = "/.config/gg/config.yaml";
const HELP_TEMPLATE: &str = "\
{before-help}{name} {version}
{author-with-newline}{about-with-newline}
{about-with-newline}
{usage-heading} {usage}
{all-args}{after-help}

View file

@ -22,11 +22,11 @@
/// Contains the notice for interactive programs from the GPLv3's "How to Apply
/// These Terms to Your New Programs"
pub const INTERACTIVE_NOTICE: &str = "\
gg Copyright (C) 2023 Christina Sørensen <christina@cafkafk.com>
This program comes with ABSOLUTELY NO WARRANTY; for details type `gg --warranty'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `gg --license' for details.
";
gg Copyright (C) 2023 Christina Sørensen <cafkafk.com>
This program comes with ABSOLUTELY NO WARRANTY; for details type `gg
--warranty'. This is free software, and you are welcome to redistribute it under
certain conditions; type `gg --license' for details. ";
/// Contains the license part of the long notice for interactive programs from
/// the GPLv3's "How to Apply These Terms to Your New Programs"