From cfe85f07a20270e23045474bf43ad342034bfa59 Mon Sep 17 00:00:00 2001 From: Sergey Novikov Date: Mon, 30 Jul 2018 14:29:20 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 442930f..bea8eed 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A Go library to retrieve RSA public keys from a JWKS (JSON Web Key Set) endpoint ## Installation ```bash -dep ensure --add "github.com/s12v/go-jwks@v0.0.1" +dep ensure --add "github.com/s12v/go-jwks@v0.1.0" ``` ## Dependencies