From 921208970b28d6b8690933c08e95a1b98e7dfe39 Mon Sep 17 00:00:00 2001 From: satvrn Date: Tue, 18 Jul 2023 23:39:06 +0000 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d793798..2635ebf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://github.com/notsatvrn/double-ratchet-rs" repository = "https://github.com/notsatvrn/double-ratchet-rs" readme = "README.md" keywords = ["double-ratchet", "crypto", "cryptography", "signal"] -version = "0.4.3" +version = "0.4.4" edition = "2021" license = "MIT"