From c736e7c9b1a662efa256900bb86fc3963b75960c Mon Sep 17 00:00:00 2001 From: Burkes <9220052+Burkes@users.noreply.github.com> Date: Fri, 7 Oct 2022 15:18:41 -0300 Subject: [PATCH] patch bump for stdout linebreaks --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f6f1448..a46c97b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gfynonce", - "version": "1.0.1", + "version": "1.0.2", "description": "nonce generator in the 'adjective adjective animal' pattern that that Gfycat (and Twitch) uses", "main": "dist/gfynonce.js", "module": "dist/gfynonce.es.js", @@ -57,4 +57,4 @@ "dependencies": { "minimist": "^1.2.0" } -} \ No newline at end of file +}