From 0fb9aededcf50c0c9368301630b26169b0168e2b Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 19 Sep 2022 23:15:21 +0200 Subject: [PATCH] 0.3.0 release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a284ade..fc67f9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -69,7 +69,7 @@ checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db" [[package]] name = "cal8tor" -version = "0.2.0" +version = "0.3.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index afa2d37..bd9bbe9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cal8tor" -version = "0.2.0" +version = "0.3.0" authors = ["Mylloon"] edition = "2021" description = "Extractor of the calendar of the IT degree of university Paris 8"