From efba1bd16101ec34455469569fa99f1b07e17f66 Mon Sep 17 00:00:00 2001 From: brona-ruzicka <57641046+brona-ruzicka@users.noreply.github.com> Date: Fri, 23 Dec 2022 04:36:20 +0100 Subject: [PATCH] Bump version to 1.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 664b868..8db1abb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-http-file-saver", - "version": "1.0.1", + "version": "1.0.2", "description": "A simple program running an HTTP server on localhost. It saves any POST request body into a file, whose location (inside a specified output directory) is determined by the request pathname.", "homepage": "https://github.com/brona-ruzicka/simple-http-file-saver#readme", "keywords": ["http", "express", "npx", "utility"],