update version to 2.0.0 to prevent breaking custom password_template

pull/126/head
Robin Moisson 2022-02-10 18:55:15 +01:00
rodzic 26563f57a6
commit 645d7e1e96
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "staticrypt",
"version": "1.4.0",
"version": "2.0.0",
"description": "Based on the [crypto-js](https://github.com/brix/crypto-js) library, StatiCrypt uses AES-256 to encrypt your input with your passphrase and put it in a HTML file with a password prompt that can decrypted in-browser (client side).",
"main": "index.js",
"bin": {