From 843f79b961c499e3ec850344890143072ad27488 Mon Sep 17 00:00:00 2001 From: robinmoisson Date: Wed, 17 Apr 2024 18:20:53 +0200 Subject: [PATCH] version bump --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1f0e218..99860e5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "staticrypt", - "version": "3.4.1", - "description": "Baed on the [crypto-js](https://github.com/brix/crypto-js) library, StatiCrypt uses AES-256 to encrypt your input with your long password and put it in a HTML file with a password prompt that can decrypted in-browser (client side).", + "version": "3.5.0", + "description": "Password protect a static HTML file without a backend - StatiCrypt uses AES-256 wiht WebCrypto to encrypt your input with your long password and put it in a HTML file with a password prompt that can decrypted in-browser (client side).", "main": "index.js", "files": [ "/cli",