From 4f8154c14dad3e0f51aa485e40ad10a25f84f8d4 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Wed, 15 May 2024 19:11:00 +0200 Subject: [PATCH] rebuild with latest deps; 3.1.4 --- license.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/license.md b/license.md index 2051bcd..732e7f5 100644 --- a/license.md +++ b/license.md @@ -1,4 +1,4 @@ -Copyright (c) 2023, Jannis R +Copyright (c) 2024, Jannis R Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. diff --git a/package.json b/package.json index efb0295..a75f538 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "self-decrypting-html-page", "description": "Generate a standalone HTML page that decrypts data.", - "version": "3.1.3", + "version": "3.1.4", "main": "generate.js", "bin": { "self-decrypting-html-page": "./cli.js"