From 461c50cdc560bdbda72a4423d5d0a9267cea4fb0 Mon Sep 17 00:00:00 2001 From: n-dusan Date: Wed, 12 Jun 2024 14:07:50 +0200 Subject: [PATCH] chore(build): tag pre-release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6110a17..d036e9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3110,7 +3110,7 @@ dependencies = [ [[package]] name = "stelae" -version = "0.3.0-alpha.3" +version = "0.3.0-alpha.4" dependencies = [ "actix-http", "actix-service", diff --git a/Cargo.toml b/Cargo.toml index 7d527c7..c7956d4 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.3" +version = "0.3.0-alpha.4" edition = "2021" readme = "README.md" license = "AGPL-3.0"