From 46980d1ce6d37d6a6106311f7c31e6ea7099f977 Mon Sep 17 00:00:00 2001 From: Robin Moisson Date: Sat, 23 Apr 2022 12:24:32 +0200 Subject: [PATCH] bump minor version --- cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/package.json b/cli/package.json index 0997e95..bc1a299 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "staticrypt", - "version": "2.0.3", + "version": "2.1.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": {