From 6b626a6d0812d171eb719be7e2ff2c1a6f8b74df Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 11 Sep 2024 16:59:29 -0600 Subject: [PATCH] chore(release): bump to v1.0.0 --- 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 2d00098..4eb7c0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "build-classifier", - "version": "0.9.5", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "build-classifier", - "version": "0.9.5", + "version": "1.0.0", "license": "SEE LICENSE IN LICENSE" } } diff --git a/package.json b/package.json index 3890e19..36ee167 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "build-classifier", - "version": "0.9.5", + "version": "1.0.0", "description": "Determine Host Target Triplet (Arch, Libc, OS, Vendor) from a filenames / download URL and uname / User-Agent strings.", "main": "index.js", "scripts": {