diff --git a/package-lock.json b/package-lock.json index 62e5f1d..1a6335a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "build-classifier", - "version": "0.9.1", + "version": "0.9.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "build-classifier", - "version": "0.9.1", + "version": "0.9.2", "license": "SEE LICENSE IN LICENSE" } } diff --git a/package.json b/package.json index 303ea06..9f5323d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "build-classifier", - "version": "0.9.1", + "version": "0.9.2", "description": "Determine Host Target Triplet (Arch, Libc, OS, Vendor) from a filenames / download URL and uname / User-Agent strings.", "main": "index.js", "scripts": {