From a18ebe94efe6eafceb5f31da177b04f3917637dc Mon Sep 17 00:00:00 2001 From: Marc Egerton Date: Thu, 12 Mar 2020 19:53:49 +0000 Subject: [PATCH] DWall: Specify *plaintext* in module description. --- DWall/module.info | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DWall/module.info b/DWall/module.info index 3c929de..be94417 100644 --- a/DWall/module.info +++ b/DWall/module.info @@ -1,10 +1,10 @@ { "author": "Sebkinne", - "description": "Display's HTTP URLs, Cookies, POST DATA, and images from browsing clients.", + "description": "Display's Plaintext HTTP URLs, Cookies, POST DATA, and images from browsing clients.", "devices": [ "nano", "tetra" ], "title": "DWall", - "version": "1.3" -} \ No newline at end of file + "version": "1.4" +}