From ecc08cb7e58033e4c466a53c47ce878484eb2bd1 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 30 Dec 2023 19:45:32 -0700 Subject: [PATCH] chore(release): bump to v0.9.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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": {