From e6c1962c4360f207ea2989afa3195722819d8e70 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 5 Aug 2024 15:51:51 +0200 Subject: [PATCH] Bump version to 0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea39c080..7bd12082 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1455,7 +1455,7 @@ dependencies = [ [[package]] name = "royalnet" -version = "0.4.1" +version = "0.5.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index ad27ea87..099042a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "royalnet" description = "Fun software suite for the RYG community" -version = "0.4.1" +version = "0.5.0" edition = "2021" authors = [ "Stefano Pigozzi "