From 8e07321dfbb02eab16248e521ab205df1ee98c0c Mon Sep 17 00:00:00 2001 From: umgefahren <55623006+umgefahren@users.noreply.github.com> Date: Mon, 11 Jul 2022 16:26:24 +0200 Subject: [PATCH] Bumped version numbe2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3fb5ad3..fad46e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -361,7 +361,7 @@ dependencies = [ [[package]] name = "double-ratchet-2" -version = "0.3.6" +version = "0.3.7" dependencies = [ "aes-gcm-siv", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 29603fa..e377cb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://github.com/Dione-Software/double-ratchet-2" repository = "https://github.com/Dione-Software/double-ratchet-2" readme = "README.md" keywords = ["double-ratchet", "crypto", "cryptography", "signal"] -version = "0.3.6" +version = "0.3.7" edition = "2018" license = "MIT"