From 8decad15bf9a5c7983fa9daa01aad41eae0fbb95 Mon Sep 17 00:00:00 2001 From: Gabriel Viganotti Date: Fri, 6 Dec 2024 17:43:24 -0300 Subject: [PATCH] chore: set version to v0.0.28 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a41170..6d1061e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1740,7 +1740,7 @@ dependencies = [ [[package]] name = "formicaio" -version = "0.0.27" +version = "0.0.28" dependencies = [ "alloy", "alloy-contract", diff --git a/Cargo.toml b/Cargo.toml index 99463c6..95be6d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "formicaio" -version = "0.0.27" +version = "0.0.28" edition = "2021" [lib]