From fd5bb85e35fc2ca32318e57f47cc772977218ec4 Mon Sep 17 00:00:00 2001 From: gignu <52784332+gignupg@users.noreply.github.com> Date: Sun, 28 Mar 2021 09:06:45 +0200 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d183a8d..8ae1745 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "detect-file-encoding-and-language", - "version": "1.7.1", + "version": "1.7.2", "description": "An NPM package to detect the encoding and language of a file", "main": "src/index-node.js", "scripts": {