From 493d9383c70de837b4629ee430b0082bfc20f3e5 Mon Sep 17 00:00:00 2001 From: w4ffl35 <25737761+w4ffl35@users.noreply.github.com> Date: Tue, 23 Aug 2022 19:58:05 -0600 Subject: [PATCH] Very detailed comments added with an in-line example --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e85d6b2..4413792 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-ktc", - "version": "1.1.8", + "version": "1.1.9", "description": "Javascript Keyword Transposition Cipher", "main": "cipher.min.js", "scripts": {