diff --git a/cli/package.json b/cli/package.json index 0d1ee0b..6946b20 100644 --- a/cli/package.json +++ b/cli/package.json @@ -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": {