From 65fecf3a37aa54e67e7af5e87cc74348646a57d4 Mon Sep 17 00:00:00 2001 From: Antoine POPINEAU Date: Mon, 31 May 2021 23:25:18 +0200 Subject: [PATCH] Prepare v0.3.1. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d6a68b..863dca9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -383,7 +383,7 @@ dependencies = [ [[package]] name = "tuigreet" -version = "0.3.0" +version = "0.3.1" dependencies = [ "chrono", "getopts", diff --git a/Cargo.toml b/Cargo.toml index ba7336e..46b9638 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuigreet" -version = "0.3.0" +version = "0.3.1" authors = ["Antoine POPINEAU "] edition = "2018" build = "build.rs"