From 12447836145330dffe6d336fe83a75f6f07544ee Mon Sep 17 00:00:00 2001 From: Sacha Morard <2254275+SachaMorard@users.noreply.github.com> Date: Thu, 14 Nov 2024 05:04:46 +0000 Subject: [PATCH] chore: bump to v0.4.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fca1065..1ddbcd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -910,7 +910,7 @@ checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b" [[package]] name = "edgee" -version = "0.4.3" +version = "0.4.4" dependencies = [ "addr", "aes", diff --git a/Cargo.toml b/Cargo.toml index 46b6283..ce6a4ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "edgee" -version = "0.4.3" +version = "0.4.4" authors = ["Edgee "] description = "The full-stack edge platform for your edge oriented applications" keywords = ["Edgee"]