From 18d40c6ad26e8cb5123446097150e28b65f46bb9 Mon Sep 17 00:00:00 2001 From: Jack Gilcrest <31053787+jp4g@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:38:45 +0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07bfc69..87353e1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ In your Nargo.toml file, add the version of this library you would like to insta ```toml [dependencies] -zkemail = { tag = "v0.3.2", git = "https://github.com/zkemail/zkemail.nr", directory = "lib" } +zkemail = { tag = "v0.3.6", git = "https://github.com/zkemail/zkemail.nr", directory = "lib" } ``` The library exports the following functions: @@ -138,4 +138,4 @@ TODO - Add native proving scripts - Macro Impl -By [Mach-34](https://mach34.space) \ No newline at end of file +By [Mach-34](https://mach34.space)