diff --git a/package-lock.json b/package-lock.json index 7ab95ff..9f5667b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "build-classifier", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "build-classifier", - "version": "1.0.1", + "version": "1.0.2", "license": "SEE LICENSE IN LICENSE" } } diff --git a/package.json b/package.json index 1215d7e..8744cb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "build-classifier", - "version": "1.0.1", + "version": "1.0.2", "description": "Determine Host Target Triplet (Arch, Libc, OS, Vendor) from a filenames / download URL and uname / User-Agent strings.", "main": "index.js", "scripts": {