Browse Source

v1.0.1: add screenshot

master v1.0.1
AJ ONeal 5 years ago
parent
commit
e48f014618
  1. 2
      README.md
  2. 2
      package.json

2
README.md

@ -26,7 +26,7 @@ so you can use Eckles or Rasha, as mentioned above.
<https://coolaj86.com/demos/ssh-fingerprint/>
<img border="1" src="https://git.coolaj86.com/coolaj86/ssh-fingerprint.js/raw/branch/master/screenshot.png" />
<img border="1" src="https://git.coolaj86.com/coolaj86/bluecrypt-ssh-fingerprint.js/raw/branch/master/screenshot.png" />
```bash
git clone https://git.coolaj86.com/coolaj86/bluecrypt-ssh-fingerprint.js

2
package.json

@ -1,6 +1,6 @@
{
"name": "bluecrypt-ssh-fingerprint",
"version": "1.0.0",
"version": "1.0.1",
"description": "SSH Fingerprint in < 150 lines of VanillaJS, part of the Bluecrypt suite for Browser Crypto.",
"homepage": "https://git.coolaj86.com/coolaj86/bluecrypt-ssh-fingerprint.js",
"main": "ssh-fingerprint.js",

Loading…
Cancel
Save