From 1356802b4e1a501198cd64bf2d5a70c3df151fea Mon Sep 17 00:00:00 2001 From: Colin Nielsen <33375223+colinnielsen@users.noreply.github.com> Date: Fri, 24 Nov 2023 12:51:21 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e15491..ff9d7ba 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ In your `Nargo.toml` file, add the following dependency: ```toml [dependencies] -ecrecover = { tag = "v0.10.1", git = "https://github.com/colinnielsen/ecrecover-noir" } +ecrecover = { tag = "v0.19.0", git = "https://github.com/colinnielsen/ecrecover-noir" } ``` ## Simple Usage