From 9b250cf3ac197a0c8027dcaad1e9c2a573738d2c Mon Sep 17 00:00:00 2001 From: Christian Stefanescu Date: Thu, 13 Jul 2023 21:48:55 +0200 Subject: [PATCH] Bump version to 0.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f4060c..daa23f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1126,7 +1126,7 @@ dependencies = [ [[package]] name = "randoku" -version = "0.1.0" +version = "0.4.0" dependencies = [ "axum", "hyper", diff --git a/Cargo.toml b/Cargo.toml index 132c913..b367645 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "randoku" -version = "0.1.0" +version = "0.4.0" authors = ["Christian Stefanescu "] edition = "2021" license = "AGPL-3.0-or-later"