diff --git a/README.md b/README.md index efb4809..1d3cb12 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ so you can use Eckles or Rasha, as mentioned above. + + ```bash git clone https://git.coolaj86.com/coolaj86/bluecrypt-ssh-to-jwk.js pushd bluecrypt-ssh-to-jwk.js/ diff --git a/package.json b/package.json index 9633486..2d37edb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bluecrypt-ssh-to-jwk", - "version": "1.0.1", + "version": "1.0.2", "description": "SSH to JWK in < 150 lines of VanillaJS.", "homepage": "https://git.coolaj86.com/coolaj86/bluecrypt-ssh-to-jwk.js", "main": "ssh-to-jwk.js",