From ad7c12ab2ab2692069120271d095472bbdaa076e Mon Sep 17 00:00:00 2001 From: n-dusan Date: Mon, 1 Jul 2024 18:57:21 +0200 Subject: [PATCH] chore: bump pre-release version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d036e9d..12d1ead 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3110,7 +3110,7 @@ dependencies = [ [[package]] name = "stelae" -version = "0.3.0-alpha.4" +version = "0.3.0-alpha.5" dependencies = [ "actix-http", "actix-service", diff --git a/Cargo.toml b/Cargo.toml index c7956d4..eb13f82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stelae" description = "A collection of tools in Rust and Python for preserving, authenticating, and accessing laws in perpetuity." -version = "0.3.0-alpha.4" +version = "0.3.0-alpha.5" edition = "2021" readme = "README.md" license = "AGPL-3.0"