From bc29ccd66a635f9058f209087c92fb3c8fc80e86 Mon Sep 17 00:00:00 2001 From: Trevor Bentley Date: Thu, 12 Jan 2023 20:20:59 +0100 Subject: [PATCH] bump version to 0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1856098..9222487 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -578,7 +578,7 @@ checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440" [[package]] name = "itsy-gitsy" -version = "0.2.0" +version = "0.3.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index ff5263a..afdeaa3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "itsy-gitsy" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = ["Trevor Bentley "] description = "Static site generator for git repositories"