From 696eacf8d71cada948fc55eb7b4832b146276260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Fri, 9 Jun 2023 18:31:22 +0200 Subject: [PATCH] bump to V0.0.2: license to license MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added licenses to files in src. Implemented flags: - warranty - license Added license notice to help. Refactored parts of the code. Signed-off-by: Christina Sørensen --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a3234c1..ef7fb80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -190,7 +190,7 @@ dependencies = [ [[package]] name = "gg" -version = "0.0.1" +version = "0.0.2" dependencies = [ "clap", "clap_mangen", diff --git a/Cargo.toml b/Cargo.toml index c5ea387..2b9d34c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gg" -version = "0.0.1" +version = "0.0.2" edition = "2021" authors = ["Christina Sørensen "] repository = "https://github.com/cafkafk/gg"