From 12a232311966523526ea1cb9c74183b0222d3ff4 Mon Sep 17 00:00:00 2001 From: Sacha Morard <2254275+SachaMorard@users.noreply.github.com> Date: Wed, 23 Oct 2024 08:49:20 +0200 Subject: [PATCH] chore: v0.4.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c51e119..1c618db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -884,7 +884,7 @@ checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b" [[package]] name = "edgee" -version = "0.4.0" +version = "0.4.1" dependencies = [ "addr", "aes", diff --git a/Cargo.toml b/Cargo.toml index 7414378..324a225 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "edgee" -version = "0.4.0" +version = "0.4.1" authors = ["Edgee "] description = "The full-stack edge platform for your edge oriented applications" keywords = ["Edgee"]